From 19c9bba94152148523ba0f7ef7cffe3d45656b11 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 29 Apr 1997 21:13:14 +0000 Subject: Import of Linux/MIPS 2.1.36 --- mm/swap.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mm/swap.c') diff --git a/mm/swap.c b/mm/swap.c index 7076ec2f6..7b6a0eb49 100644 --- a/mm/swap.c +++ b/mm/swap.c @@ -38,13 +38,13 @@ * * Keep these three variables contiguous for sysctl(2). */ -int min_free_pages = 20; -int free_pages_low = 30; -int free_pages_high = 40; +int min_free_pages = 48; +int free_pages_low = 72; +int free_pages_high = 96; /* We track the number of pages currently being asynchronously swapped out, so that we don't try to swap TOO many pages out at once */ -atomic_t nr_async_pages = 0; +atomic_t nr_async_pages = ATOMIC_INIT(0); /* * Constants for the page aging mechanism: the maximum age (actually, -- cgit v1.2.3