allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-alpha / current.h
blob8d88a13c1becff99294ebd55d849bcecff819944
1 #ifndef _ALPHA_CURRENT_H
2 #define _ALPHA_CURRENT_H
4 #include <linux/thread_info.h>
6 #define get_current() (current_thread_info()->task + 0)
7 #define current get_current()
9 #endif /* _ALPHA_CURRENT_H */