patch-2.3.26 linux/arch/sh/kernel/process.c

Next file: linux/arch/sh/kernel/setup.c
Previous file: linux/arch/sh/kernel/irq_onchip.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.25/linux/arch/sh/kernel/process.c linux/arch/sh/kernel/process.c
@@ -1,4 +1,4 @@
-/* $Id: process.c,v 1.7 1999/09/23 00:05:41 gniibe Exp $
+/* $Id: process.c,v 1.8 1999/10/31 13:19:16 gniibe Exp $
  *
  *  linux/arch/sh/kernel/process.c
  *
@@ -249,8 +249,6 @@
 
 	p->thread.sp = (unsigned long) childregs;
 	p->thread.pc = (unsigned long) ret_from_fork;
-	if (p->mm)
-		p->mm->context = NO_CONTEXT;
 
 	return 0;
 }

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