patch-2.3.13 linux/mm/page_alloc.c
Next file: linux/mm/page_io.c
Previous file: linux/mm/memory.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Aug 9 11:37:05 1999
- Orig file:
v2.3.12/linux/mm/page_alloc.c
- Orig date:
Thu Jul 8 15:42:21 1999
diff -u --recursive --new-file v2.3.12/linux/mm/page_alloc.c linux/mm/page_alloc.c
@@ -194,8 +194,6 @@
set_page_count(map, 1); \
} while (0)
-int low_on_memory = 0;
-
unsigned long __get_free_pages(int gfp_mask, unsigned long order)
{
unsigned long flags;
@@ -221,6 +219,7 @@
*/
if (!(current->flags & PF_MEMALLOC)) {
int freed;
+ static int low_on_memory = 0;
if (nr_free_pages > freepages.min) {
if (!low_on_memory)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)