Skip to content
  • Jan Beulich's avatar
    i386: Fix section mismatches for init code with !HOTPLUG_CPU · 78b89ecd
    Jan Beulich authored
    Commit 0e83815b
    
     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: default avatarJan Beulich <jbeulich@novell.com>
    Cc: Robert Richter <robert.richter@amd.com>
    LKML-Reference: <4A8AE7CD020000780001054B@vpn.id2.novell.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    78b89ecd