patch-2.3.11 linux/arch/alpha/mm/fault.c
Next file: linux/arch/alpha/mm/init.c
Previous file: linux/arch/alpha/math-emu/ieee-math.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Jul 12 07:49:36 1999
-  Orig file: 
v2.3.10/linux/arch/alpha/mm/fault.c
-  Orig date: 
Tue Jun 22 10:46:52 1999
diff -u --recursive --new-file v2.3.10/linux/arch/alpha/mm/fault.c linux/arch/alpha/mm/fault.c
@@ -41,7 +41,7 @@
 get_new_mmu_context(struct task_struct *p, struct mm_struct *mm)
 {
 	unsigned long new = __get_new_mmu_context(p, mm);
-	p->tss.mm_context = new;
+	mm->context = new;
 	p->tss.asn = new & HARDWARE_ASN_MASK;
 }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)