K 10 svn:author V 3 alc K 8 svn:date V 27 2003-01-08T19:58:42.000000Z K 7 svn:log V 338 In vm_page_alloc(), honor VM_ALLOC_ZERO for system and interrupt class requests when the number of free pages is below the reserved threshold. Previously, VM_ALLOC_ZERO was only honored when the number of free pages was above the reserved threshold. Honoring it in all cases generally makes sense, does no harm, and simplifies the code. END