Re: Prezeroing V4 [1/4]: Arch specific page zeroing during page fault

From: Chris Wright
Date: Mon Jan 10 2005 - 20:02:05 EST


* Christoph Lameter (clameter@xxxxxxx) wrote:
> @@ -1795,7 +1786,7 @@
>
> if (unlikely(anon_vma_prepare(vma)))
> goto no_mem;
> - page = alloc_page_vma(GFP_HIGHZERO, vma, addr);
> + page = alloc_zeroed_user_highpage(vma, addr);

Oops, HIGHZERO is gone already in Linus' tree.

thanks,
-chris
--
Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/