Fri 14th patch :)

Garst R. Reese (reese@isn.net)
Sat, 14 Mar 1998 22:24:55 -0400


This is a multi-part message in MIME format.
--------------2FDB8ED5E005B156EF04A925
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Nice try, but it's hard sneak one past the fickle fairy of fate :)
Attached patch compiles, but may not be what was intended. 2.1.90-3

-- 
Garst
--------------2FDB8ED5E005B156EF04A925
Content-Type: text/plain; charset=us-ascii; name="patch-pre90-3"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="patch-pre90-3"

--- linux/mm/page_alloc.c.old Sat Mar 7 18:37:34 1998 +++ linux/mm/page_alloc.c Sat Mar 14 23:35:39 1998 @@ -330,9 +330,9 @@ i = (end_mem - PAGE_OFFSET) >> (PAGE_SHIFT+7); if (i < 48) i = 48; - min_free_pages = i; - free_pages_low = i + (i>>1); - free_pages_high = i + i; + freepages.min = i; + freepages.low = i + (i>>1); + freepages.high = i + i; mem_map = (mem_map_t *) LONG_ALIGN(start_mem); p = mem_map + MAP_NR(end_mem); start_mem = LONG_ALIGN((unsigned long) p);

--------------2FDB8ED5E005B156EF04A925--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu