[IA64] Put the space for cpu0 per-cpu area into .data section
authorTony Luck <tony.luck@intel.com>
Mon, 29 Sep 2008 23:39:19 +0000 (16:39 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 29 Sep 2008 23:39:19 +0000 (16:39 -0700)
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 <tony.luck@intel.com>

No differences found