Messages in this thread |  | | | Date | Sat, 8 Mar 2008 12:41:22 +0100 | | From | Andi Kleen <> | | Subject | Re: [PATCH] [6/13] Core maskable allocator | |
> > +early_param("maskzone", setup_maskzone);
>
> please confirm mask_zone_size is aligned to MAX_ORDER.
It's not. Since the buddy allocator is not used MAX_ORDER doesn't really
exist for the mask allocator. It can handle arbitary size allocations.
Also strictly seen the maskzone is part of the lowmem zone.
-Andi
|  |