patch-2.2.11 linux/arch/alpha/kernel/process.c
Next file: linux/arch/alpha/kernel/proto.h
Previous file: linux/arch/alpha/kernel/osf_sys.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Mon Aug  9 12:04:38 1999
-  Orig file: 
v2.2.10/linux/arch/alpha/kernel/process.c
-  Orig date: 
Sat May 22 13:42:29 1999
diff -u --recursive --new-file v2.2.10/linux/arch/alpha/kernel/process.c linux/arch/alpha/kernel/process.c
@@ -76,7 +76,7 @@
 }
 
 #ifdef __SMP__
-void
+int
 cpu_idle(void *unused)
 {
 	/* An endless idle loop with no priority at all.  */
@@ -329,7 +329,6 @@
 	p->tss.ksp = (unsigned long) childstack;
 	p->tss.pal_flags = 1;	/* set FEN, clear everything else */
 	p->tss.flags = current->tss.flags;
-	p->mm->context = 0;
 
 	return 0;
 }
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)