patch-2.2.19 linux/arch/alpha/mm/fault.c
Next file: linux/arch/arm/kernel/dec21285.c
Previous file: linux/arch/alpha/mm/extable.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Sun Mar 25 11:37:29 2001
-  Orig file: 
v2.2.18/arch/alpha/mm/fault.c
-  Orig date: 
Sun Mar 25 11:13:14 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/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();
-	mm->context = new;
+	mm->context[smp_processor_id()] = 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)