patch-2.4.21 linux-2.4.21/arch/sh/kernel/process.c
Next file: linux-2.4.21/arch/sparc/config.in
Previous file: linux-2.4.21/arch/sh/kernel/pcibios.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2003-06-13 07:51:32.000000000 -0700
-  Orig file: 
linux-2.4.20/arch/sh/kernel/process.c
-  Orig date: 
2001-10-15 13:36:48.000000000 -0700
diff -urN linux-2.4.20/arch/sh/kernel/process.c linux-2.4.21/arch/sh/kernel/process.c
@@ -118,7 +118,7 @@
  * This is the mechanism for creating a new kernel thread.
  *
  */
-int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
+int arch_kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
 {	/* Don't use this in BL=1(cli).  Or else, CPU resets! */
 	register unsigned long __sc0 __asm__ ("r0");
 	register unsigned long __sc3 __asm__ ("r3") = __NR_clone;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)