patch-2.3.13 linux/kernel/fork.c
Next file: linux/kernel/ksyms.c
Previous file: linux/kernel/exit.c
Back to the patch index
Back to the overall index
-  Lines: 8
-  Date:
Mon Aug  2 22:07:16 1999
-  Orig file: 
v2.3.12/linux/kernel/fork.c
-  Orig date: 
Wed Jul 28 14:47:42 1999
diff -u --recursive --new-file v2.3.12/linux/kernel/fork.c linux/kernel/fork.c
@@ -321,6 +321,7 @@
 {
 	if (mm == &init_mm) BUG();
 	pgd_free(mm->pgd);
+	destroy_context(mm);
 	kmem_cache_free(mm_cachep, mm);
 }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)