patch-2.4.21 linux-2.4.21/arch/arm/kernel/process.c

Next file: linux-2.4.21/arch/arm/kernel/time.c
Previous file: linux-2.4.21/arch/arm/kernel/ftv-pci.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/arm/kernel/process.c linux-2.4.21/arch/arm/kernel/process.c
@@ -366,7 +366,7 @@
  * a system call from a "real" process, but the process memory space will
  * not be free'd until both the parent and the child have exited.
  */
-pid_t kernel_thread(int (*fn)(void *), void *arg, unsigned long flags)
+pid_t arch_kernel_thread(int (*fn)(void *), void *arg, unsigned long flags)
 {
 	pid_t __ret;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)