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

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