patch-2.3.49 linux/mm/memory.c
Next file: linux/mm/mmap.c
Previous file: linux/lib/brlock.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Feb 28 07:50:08 2000
- Orig file:
v2.3.48/linux/mm/memory.c
- Orig date:
Sat Feb 26 22:32:07 2000
diff -u --recursive --new-file v2.3.48/linux/mm/memory.c linux/mm/memory.c
@@ -70,16 +70,6 @@
mem_map_t * mem_map = NULL;
/*
- * oom() prints a message (so that the user knows why the process died),
- * and gives the process an untrappable SIGKILL.
- */
-void oom(struct task_struct * task)
-{
- printk("\nOut of memory for %s.\n", task->comm);
- force_sig(SIGKILL, task);
-}
-
-/*
* Note: this doesn't free the actual pages themselves. That
* has been handled earlier when unmapping all the memory regions.
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)