clean
[linux-2.4.21-pre4.git] / include / asm-ppc / current.h
1 /*
2  * BK Id: SCCS/s.current.h 1.7 06/05/01 21:45:21 paulus
3  */
4 #ifdef __KERNEL__
5 #ifndef _PPC_CURRENT_H
6 #define _PPC_CURRENT_H
7
8 /*
9  * We keep `current' in r2 for speed.
10  */
11 register struct task_struct *current asm ("r2");
12
13 #endif /* !(_PPC_CURRENT_H) */
14 #endif /* __KERNEL__ */