[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Prezeroing V4 [1/4]: Arch specific page zeroing during page fault
On Mon, 10 Jan 2005, Chris Wright wrote:
> * 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.
Use bk13 as I indicated.
-
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/
Follow-Ups:
References: