# HG changeset patch # User jnakajim@los-vmm.sc.intel.com # Node ID dd9b4db8634d18eed39204e400c84d4335dc6fc4 # Parent 349c15288793b704c06f0dfb791b7799eb90a695 Set default = y for CONFIG_X86_UP_APIC and CONFIG_X86_UP_IOAPIC diff -r 349c15288793 -r dd9b4db8634d linux-2.6-xen-sparse/arch/xen/i386/Kconfig --- a/linux-2.6-xen-sparse/arch/xen/i386/Kconfig Sat Aug 20 11:51:50 2005 +++ b/linux-2.6-xen-sparse/arch/xen/i386/Kconfig Sat Aug 20 17:34:31 2005 @@ -751,6 +751,7 @@ config X86_UP_APIC bool "Local APIC support on uniprocessors" depends on !SMP && !(X86_VISWS || X86_VOYAGER) + default y help A local APIC (Advanced Programmable Interrupt Controller) is an integrated interrupt controller in the CPU. If you have a single-CPU @@ -764,6 +765,7 @@ config X86_UP_IOAPIC bool "IO-APIC support on uniprocessors" depends on X86_UP_APIC + default y help An IO-APIC (I/O Advanced Programmable Interrupt Controller) is an SMP-capable replacement for PC-style interrupt controllers. Most