patch-2.3.16 linux/mm/vmalloc.c
Next file: linux/mm/vmscan.c
Previous file: linux/mm/swapfile.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Aug 26 12:34:55 1999
- Orig file:
v2.3.15/linux/mm/vmalloc.c
- Orig date:
Wed Apr 21 23:12:32 1999
diff -u --recursive --new-file v2.3.15/linux/mm/vmalloc.c linux/mm/vmalloc.c
@@ -2,6 +2,7 @@
* linux/mm/vmalloc.c
*
* Copyright (C) 1993 Linus Torvalds
+ * Support of BIGMEM added by Gerhard Wichert, Siemens AG, July 1999
*/
#include <linux/malloc.h>
@@ -94,7 +95,7 @@
unsigned long page;
if (!pte_none(*pte))
printk("alloc_area_pte: page already exists\n");
- page = __get_free_page(GFP_KERNEL);
+ page = __get_free_page(GFP_KERNEL|GFP_BIGMEM);
if (!page)
return -ENOMEM;
set_pte(pte, mk_pte(page, PAGE_KERNEL));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)