PATCH kernel 2.6.22] PCMCIA-NETDEV : modify smc91c92_cs.c to become SMP safe
[linux-2.6/mini2440.git] / include / asm-arm / current.h
blob75d21e2a3ff7b2b02d122ac1a08b0155cd86dd1b
1 #ifndef _ASMARM_CURRENT_H
2 #define _ASMARM_CURRENT_H
4 #include <linux/thread_info.h>
6 static inline struct task_struct *get_current(void) __attribute_const__;
8 static inline struct task_struct *get_current(void)
10 return current_thread_info()->task;
13 #define current (get_current())
15 #endif /* _ASMARM_CURRENT_H */