Re: [PATCH 2/2] Allow percpu variables to be page-aligned

2007-04-10 Thread Jeremy Fitzhardinge
Eric W. Biederman wrote: > Jeremy Fitzhardinge <[EMAIL PROTECTED]> writes: > > >> Let's allow page-alignment in general for per-cpu data (wanted by Xen, and >> Ingo suggested KVM as well). >> >> Because larger alignments can use more room, we increase the max per-cpu >> memory to 64k rather than

Re: [PATCH 2/2] Allow percpu variables to be page-aligned

2007-04-10 Thread Eric W. Biederman
Jeremy Fitzhardinge <[EMAIL PROTECTED]> writes: > Let's allow page-alignment in general for per-cpu data (wanted by Xen, and > Ingo suggested KVM as well). > > Because larger alignments can use more room, we increase the max per-cpu > memory to 64k rather than 32k: it's getting a little tight. Th

[PATCH 2/2] Allow percpu variables to be page-aligned

2007-04-10 Thread Jeremy Fitzhardinge
Let's allow page-alignment in general for per-cpu data (wanted by Xen, and Ingo suggested KVM as well). Because larger alignments can use more room, we increase the max per-cpu memory to 64k rather than 32k: it's getting a little tight. Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> Signed-off-