]> err.no Git - linux-2.6/blobdiff - include/asm-i386/current.h
[NET]: ARM26 checksum annotations and cleanups.
[linux-2.6] / include / asm-i386 / current.h
index d97328951f5f027b767c28cf44b44f1abfd52aff..3cbbecd790161babf7fa1df4a7c549d4c2107276 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;
 }