| * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) |
| #include "linux/thread_info.h" |
| #define current (current_thread_info()->task) |
| /*Backward compatibility - it's used inside arch/um.*/ |
| #define current_thread current_thread_info() |
| #endif /* __ASSEMBLY__ */ |
| * Overrides for Emacs so that we follow Linus's tabbing style. |
| * Emacs will notice this stuff at the end of the file and automatically |
| * adjust the settings for this buffer only. This must remain at the end |
| * --------------------------------------------------------------------------- |