From: Tony Luck Date: Mon, 29 Sep 2008 23:39:19 +0000 (-0700) Subject: [IA64] Put the space for cpu0 per-cpu area into .data section X-Git-Tag: v2.6.27-rc9~51^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c459ce8b5a7d933a3bcf6915ab17ac1e036e2ac4;p=pandora-kernel.git [IA64] Put the space for cpu0 per-cpu area into .data section Initial fix for making sure that we can access percpu variables in all C code (commit: 10617bbe84628eb18ab5f723d3ba35005adde143) inadvertantly allocated the memory in the "percpu" section of the vmlinux ELF executable. This confused kexec/dump. Signed-off-by: Tony Luck --- Reading git-diff-tree failed