Messages in this thread |  | | | Date | Tue, 4 Dec 2007 12:06:23 +0000 | | From | "Duane Griffin" <> | | Subject | Re: [patch] rd: support XIP |
| |
On 04/12/2007, Nick Piggin <npiggin@suse.de> wrote: > + gfp_flags = GFP_NOIO | __GFP_ZERO; > +#ifndef CONFIG_BLK_DEV_XIP > + gfp_flags |= __GFP_HIGHMEM; > +#endif > page = alloc_page(GFP_NOIO | __GFP_HIGHMEM | __GFP_ZERO);
I think that should be alloc_page(gfp_flags), no?
Cheers, Duane.
-- "I never could learn to drink that blood and call it wine" - Bob Dylan
|  |