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

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)