X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kernel%2Flinux%2Fmm%2Fpage_alloc.c;fp=kernel%2Flinux%2Fmm%2Fpage_alloc.c;h=ea6f3c1887e425df56c1b16f8fd704060a684fca;hb=dcecd92bd978b5c479a292a996b5f1a272621abc;hp=7ccf618330226b0812a8e9fe97ae5f9e48b5ec7a;hpb=172f01faf449acfc67d24d7f10b29f66f9760147;p=bcm963xx.git diff --git a/kernel/linux/mm/page_alloc.c b/kernel/linux/mm/page_alloc.c index 7ccf6183..ea6f3c18 100755 --- a/kernel/linux/mm/page_alloc.c +++ b/kernel/linux/mm/page_alloc.c @@ -1938,7 +1938,7 @@ static void setup_per_zone_pages_min(void) zone->pages_low = zone->pages_min * 2; zone->pages_high = zone->pages_min * 3; #else - /* Tuned watermarks for better out of memory performance on our swapless system */ + /* Tuned watermarks for better out of memory performance on our swapless system */ /* As we don't have a disc to swap out dirty pages, there is not much we can do if memory is really low */ /* We want to lower watermarks to prevent excessive scanning, which could slow down or lock up the system */ zone->pages_min = 0; /* this is actually not used elsewhere except for calculating the other two */