| Kernel v2.3.49 /mm/memory.c |
|---|
 2.3.49
 mm
 memory.c
diff -u --recursive --new-file v2.3.48/linux/mm/memory.c linux/mm/memory.c
--- v2.3.48/linux/mm/memory.c Sat Feb 26 22:32:07 2000
+++ linux/mm/memory.c Mon Feb 28 07:50:08 2000
@@ -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.
*/
|