diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-01-24 10:34:46 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-01-24 10:34:46 +0100 |
commit | ba360f887a4130b06c55eb93bcb4ae373b262a1c (patch) | |
tree | a4376fd1c910053f9544c05c3bcf3c6420161d40 /drivers | |
parent | 3f4cb7c064847569c9a6b7ab5c6cf0f67c80c55a (diff) | |
download | talos-obmc-linux-ba360f887a4130b06c55eb93bcb4ae373b262a1c.tar.gz talos-obmc-linux-ba360f887a4130b06c55eb93bcb4ae373b262a1c.zip |
x86, init: Fix UP boot regression on x86_64
Commit 30b8b0066caf "init: Get rid of x86isms" broke the UP boot on
x86_64. That happens because CONFIG_UP_LATE_INIT depends on
CONFIG_X86_UP_APIC. X86_UP_APIC is a 32bit only config switch and
therefor not set on 64bit UP builds. As a consequence the UP init of
the local APIC and the IOAPIC is not called, which results in a boot
failure.
Make it depend on !SMP && X86_LOCAL_APIC instead.
Fixes: 30b8b0066caf init: Get rid of x86isms
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions