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

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)