lkml.org 
[lkml]   [2008]   [Mar]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] [6/13] Core maskable allocator
On Sat, 8 Mar 2008 14:03:34 +0900
KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> wrote:

> On Fri, 7 Mar 2008 10:07:16 +0100 (CET)
> Andi Kleen <andi@firstfloor.org> wrote:
>
> > +static int __init setup_maskzone(char *s)
> > +{
> > + do {
> > + if (isdigit(*s)) {
> > + mask_zone_size = memparse(s, &s);
> > + } else if (!strncmp(s, "force", 5)) {
> > + force_mask = 1;
> > + s += 5;
> > + } else
> > + return -EINVAL;
> > + if (*s == ',')
> > + ++s;
> > + } while (*s);
> > + return 0;
> > +}
> > +early_param("maskzone", setup_maskzone);
>
> please confirm mask_zone_size is aligned to MAX_ORDER.
>
Sorry, please ignore above comment :(

Thanks,
-Kame



\
 
 \ /
  Last update: 2008-03-08 06:39    [W:0.189 / U:2.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site