patch-2.3.13 linux/kernel/exit.c
Next file: linux/kernel/fork.c
Previous file: linux/kernel/capability.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Jul 29 13:40:13 1999
- Orig file:
v2.3.12/linux/kernel/exit.c
- Orig date:
Wed Jul 28 14:47:42 1999
diff -u --recursive --new-file v2.3.12/linux/kernel/exit.c linux/kernel/exit.c
@@ -255,7 +255,7 @@
current->mm = mm;
if (mm != active_mm) {
current->active_mm = mm;
- switch_mm(active_mm, mm, current->processor);
+ activate_mm(active_mm, mm);
}
mmdrop(active_mm);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)