lkml.org 
[lkml]   [2008]   [Sep]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 4/4] cpu alloc: Use cpu allocator instead of the builtin modules per cpu allocator
Eric Dumazet wrote:
> Christoph Lameter a écrit :
>> Remove the builtin per cpu allocator from modules.c and use cpu_alloc
>> instead.
>>
>> Signed-off-by: Christoph Lameter <clameter@sgi.com>
>
>> + percpu_size = sechdrs[pcpuindex].sh_size;
>> +
>> + if (align > PAGE_SIZE) {
>> + printk(KERN_WARNING "%s: per-cpu alignment %li > %li\n",
>> + mod->name, align, PAGE_SIZE);
>> + align = PAGE_SIZE;
>> + }
>
> Minor question : Wy do you have to keep this cap of alignment ?
>
> I could not find such a limit in the allocator

The per cpu areas are allocated on page boundaries and there are multiple of
those per cpu areas all aligned to page boundary. The alignment can therefore
only make sense up to a page. Maybe I need to put that into the cpu allocator?



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2008-09-19 15:03    [W:0.330 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site