patch-2.1.17 linux/arch/mips/kernel/process.c
Next file: linux/arch/ppc/kernel/process.c
Previous file: linux/arch/m68k/mm/memory.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Thu Dec 19 16:48:08 1996
-  Orig file: 
v2.1.16/linux/arch/mips/kernel/process.c
-  Orig date: 
Wed Dec 13 12:39:43 1995
diff -u --recursive --new-file v2.1.16/linux/arch/mips/kernel/process.c linux/arch/mips/kernel/process.c
@@ -115,7 +115,7 @@
 	 */
 }
   
-void copy_thread(int nr, unsigned long clone_flags, unsigned long usp,
+int copy_thread(int nr, unsigned long clone_flags, unsigned long usp,
                  struct task_struct * p, struct pt_regs * regs)
 {
 	struct pt_regs * childregs;
@@ -145,6 +145,8 @@
 	p->tss.cp0_status = read_32bit_cp0_register(CP0_STATUS) &
                             ~(ST0_CU3|ST0_CU2|ST0_CU1|ST0_KSU|ST0_ERL|ST0_EXL);
 	childregs->cp0_status &= ~(ST0_CU3|ST0_CU2|ST0_CU1);
+
+	return 0;
 }
 
 /*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov