|
|
| File: [Development] / linux-2.6-xfs / include / asm-alpha / Attic / current.h (download)
Revision 1.2, Fri May 16 16:59:33 2008 UTC (9 years, 5 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.25 Merge of 2.6.x-xfs-melb:linux:31180a by kenmcd. |
#ifndef _ALPHA_CURRENT_H #define _ALPHA_CURRENT_H #include <linux/thread_info.h> #define get_current() (current_thread_info()->task) #define current get_current() #endif /* _ALPHA_CURRENT_H */