patch-2.3.8 linux/arch/alpha/kernel/process.c
Next file: linux/arch/alpha/kernel/proto.h
Previous file: linux/arch/alpha/kernel/machvec.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jun 22 10:46:52 1999
- Orig file:
v2.3.7/linux/arch/alpha/kernel/process.c
- Orig date:
Sat May 22 13:46:08 1999
diff -u --recursive --new-file v2.3.7/linux/arch/alpha/kernel/process.c linux/arch/alpha/kernel/process.c
@@ -329,7 +329,7 @@
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;
+ p->tss.mm_context = p->tss.asn = 0;
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)