Merge ../linus
[powerpc.git] / include / asm-i386 / current.h
index d973289..3cbbecd 100644 (file)
@@ -5,7 +5,7 @@
 
 struct task_struct;
 
-static inline struct task_struct * get_current(void)
+static __always_inline struct task_struct * get_current(void)
 {
        return current_thread_info()->task;
 }