]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APIC
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 20 Aug 2015 10:33:41 +0000 (11:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 16:07:52 +0000 (09:07 -0700)
commit5c9c2d3c9e6fdd7cc94e833b81f950068edfac95
tree94b01d883018b2ce49d939a2247403ff8558cf14
parent4925e8b95623c85ed10fbf7263f9f2a4a6eb90ac
x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APIC

commit 87ffd2b9bb74061c120f450e4d0f3409bb603ae0 upstream.

Since commit feb44f1f7a4ac299d1ab1c3606860e70b9b89d69 (x86/xen:
Provide a "Xen PV" APIC driver to support >255 VCPUs) Xen guests need
a full APIC driver and thus should depend on X86_LOCAL_APIC.

This fixes an i386 build failure with !SMP && !CONFIG_X86_UP_APIC by
disabling Xen support in this configuration.

Users needing Xen support in a non-SMP i386 kernel will need to enable
CONFIG_X86_UP_APIC.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/xen/Kconfig