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

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)