patch-2.4.20 linux-2.4.20/arch/sh/mm/fault.c
Next file: linux-2.4.20/arch/sparc/config.in
Previous file: linux-2.4.20/arch/sh/kernel/pcibios.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Thu Nov 28 15:53:11 2002
- Orig file:
linux-2.4.19/arch/sh/mm/fault.c
- Orig date:
Mon Oct 15 13:36:48 2001
diff -urN linux-2.4.19/arch/sh/mm/fault.c linux-2.4.20/arch/sh/mm/fault.c
@@ -205,13 +205,11 @@
* us unable to handle the page fault gracefully.
*/
out_of_memory:
- up_read(&mm->mmap_sem);
if (current->pid == 1) {
- current->policy |= SCHED_YIELD;
- schedule();
- down_read(&mm->mmap_sem);
+ yield();
goto survive;
}
+ up_read(&mm->mmap_sem);
printk("VM: killing process %s\n", tsk->comm);
if (user_mode(regs))
do_exit(SIGKILL);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)