From: Jan Beulich Date: Tue, 18 Aug 2009 15:41:33 +0000 (+0100) Subject: i386: Fix section mismatches for init code with !HOTPLUG_CPU X-Git-Tag: v2.6.31-rc8~33^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b89ecd731798f2fec8cc26ca90739253cec33c;p=pandora-kernel.git i386: Fix section mismatches for init code with !HOTPLUG_CPU Commit 0e83815be719d3391bf5ea24b7fe696c07dbd417 changed the section the initial_code variable gets allocated in, in an attempt to address a section conflict warning. This, however created a new section conflict when building without HOTPLUG_CPU. The apparently only (reasonable) way to address this is to always use __REFDATA. Once at it, also fix a second section mismatch when not using HOTPLUG_CPU. Signed-off-by: Jan Beulich Cc: Robert Richter LKML-Reference: <4A8AE7CD020000780001054B@vpn.id2.novell.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed