From: Jeremy Fitzhardinge Date: Wed, 2 May 2007 17:27:12 +0000 (+0200) Subject: [PATCH] x86: Allow percpu variables to be page-aligned X-Git-Tag: v2.6.22-rc1~1011^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6e3590f8145c77b8fcef3247e2412335221412f;p=pandora-kernel.git [PATCH] x86: Allow percpu variables to be page-aligned 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 Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Andi Kleen Acked-by: Ingo Molnar Cc: Andi Kleen Signed-off-by: Andrew Morton --- Reading git-diff-tree failed