patch-2.4.0-prerelease linux/arch/alpha/mm/fault.c
Next file: linux/arch/i386/Makefile
Previous file: linux/arch/alpha/math-emu/Makefile
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Dec 29 14:07:19 2000
- Orig file:
v2.4.0-test12/linux/arch/alpha/mm/fault.c
- Orig date:
Tue Oct 31 12:42:25 2000
diff -u --recursive --new-file v2.4.0-test12/linux/arch/alpha/mm/fault.c linux/arch/alpha/mm/fault.c
@@ -45,7 +45,7 @@
unsigned long mmc;
mmc = __get_new_mm_context(next_mm, smp_processor_id());
- next_mm->context = mmc;
+ next_mm->context[smp_processor_id()] = mmc;
current->thread.asn = mmc & HARDWARE_ASN_MASK;
current->thread.ptbr
= ((unsigned long) next_mm->pgd - IDENT_ADDR) >> PAGE_SHIFT;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)