patch-1.3.32 linux/arch/mips/kernel/process.c
Next file: linux/arch/sparc/kernel/process.c
Previous file: linux/arch/i386/math-emu/wm_sqrt.S
Back to the patch index
Back to the overall index
-  Lines: 14
 -  Date:
Thu Oct  5 08:31:41 1995
 -  Orig file: 
v1.3.31/linux/arch/mips/kernel/process.c
 -  Orig date: 
Sun Sep  3 12:26:49 1995
 
diff -u --recursive --new-file v1.3.31/linux/arch/mips/kernel/process.c linux/arch/mips/kernel/process.c
@@ -85,6 +85,13 @@
 	 */
 }
 
+void release_thread(struct task_struct *dead_task)
+{
+	/*
+	 * Nothing to do
+	 */
+}
+
 #define IS_CLONE (regs->orig_reg2 == __NR_clone)
 
 void copy_thread(int nr, unsigned long clone_flags, struct task_struct * p, struct pt_regs * regs)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this