patch-2.4.21 linux-2.4.21/include/asm-cris/current.h
Next file: linux-2.4.21/include/asm-cris/ide.h
Previous file: linux-2.4.21/include/asm-cris/checksum.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2003-06-13 07:51:38.000000000 -0700
-  Orig file: 
linux-2.4.20/include/asm-cris/current.h
-  Orig date: 
2001-10-08 11:43:54.000000000 -0700
diff -urN linux-2.4.20/include/asm-cris/current.h linux-2.4.21/include/asm-cris/current.h
@@ -3,7 +3,7 @@
 
 struct task_struct;
 
-static inline struct task_struct * get_current(void)
+extern inline struct task_struct * get_current(void)
 {
         struct task_struct *current;
         __asm__("and.d $sp,%0; ":"=r" (current) : "0" (~8191UL));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)