[PATCH] get rid of redundant NULL checks before kfree() in arch/i386/
[linux-2.6/kvm.git] / include / asm-ppc / current.h
blob8d41501ba10da777df0aef64c19e871a8727f164
1 #ifdef __KERNEL__
2 #ifndef _PPC_CURRENT_H
3 #define _PPC_CURRENT_H
5 /*
6 * We keep `current' in r2 for speed.
7 */
8 register struct task_struct *current asm ("r2");
10 #endif /* !(_PPC_CURRENT_H) */
11 #endif /* __KERNEL__ */