]> Pileus Git - ~andy/linux/commitdiff
Revert "apic: fix kvm build on UP without IOAPIC"
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 15 Jul 2012 12:56:58 +0000 (15:56 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 16 Jul 2012 09:51:56 +0000 (12:51 +0300)
This reverts commit f9808b7fd422b965cea52e05ba470e0a473c53d3.
After commit 'kvm: switch to apic_set_eoi_write, apic_write'
the stubs are no longer needed as kvm does not look at apicdrivers anymore.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/apic.h

index ff8dff645e80b2fa40b81696520c8d1293449d5d..839b8f58a272ef74f190a994395ffc517937ab05 100644 (file)
@@ -417,12 +417,7 @@ extern struct apic *apic;
        __aligned(sizeof(struct apic *))                                \
        __section(.apicdrivers) = { &sym1, &sym2 }
 
-#ifdef CONFIG_X86_LOCAL_APIC
 extern struct apic *__apicdrivers[], *__apicdrivers_end[];
-#else
-#define __apicdrivers ((struct apic **)NULL)
-#define __apicdrivers_end ((struct apic **)NULL)
-#endif
 
 /*
  * APIC functionality to boot other CPUs - only used on SMP: