patch-2.3.51 linux/arch/ia64/mm/init.c
Next file: linux/arch/ia64/mm/tlb.c
Previous file: linux/arch/ia64/lib/strncpy_from_user.S
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Mar 10 15:24:02 2000
- Orig file:
v2.3.50/linux/arch/ia64/mm/init.c
- Orig date:
Thu Feb 10 17:11:03 2000
diff -u --recursive --new-file v2.3.50/linux/arch/ia64/mm/init.c linux/arch/ia64/mm/init.c
@@ -241,13 +241,13 @@
pmd = pmd_alloc(pgd, address);
if (!pmd) {
__free_page(page);
- oom(current);
+ panic("Out of memory.");
return 0;
}
pte = pte_alloc(pmd, address);
if (!pte) {
__free_page(page);
- oom(current);
+ panic("Out of memory.");
return 0;
}
if (!pte_none(*pte)) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)