aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mach-default
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-20 17:22:15 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-20 17:22:15 +0100
commitf83b1e617a28e06f23746314253cc29e78773f9c (patch)
treee4a68d25cf1cd556ab4b9208a9c59d2d98af9c51 /xen/include/asm-x86/mach-default
parent9f0ebab347097fb91beb7064f16fa40b090bd42c (diff)
downloadxen-f83b1e617a28e06f23746314253cc29e78773f9c.tar.gz
xen-f83b1e617a28e06f23746314253cc29e78773f9c.tar.bz2
xen-f83b1e617a28e06f23746314253cc29e78773f9c.zip
x86: Remove obsolete inquire_remote_apic()
Integrated APICs do not have this facility. Which means no multi-processor machine in more than a decade. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/mach-default')
-rw-r--r--xen/include/asm-x86/mach-default/mach_wakecpu.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/xen/include/asm-x86/mach-default/mach_wakecpu.h b/xen/include/asm-x86/mach-default/mach_wakecpu.h
index 22ce9c0268..32555e1022 100644
--- a/xen/include/asm-x86/mach-default/mach_wakecpu.h
+++ b/xen/include/asm-x86/mach-default/mach_wakecpu.h
@@ -6,17 +6,7 @@
* INIT, INIT, STARTUP sequence.
*/
-#define WAKE_SECONDARY_VIA_INIT
-
#define TRAMPOLINE_LOW maddr_to_virt(0x467)
#define TRAMPOLINE_HIGH maddr_to_virt(0x469)
-#define boot_cpu_apicid boot_cpu_physical_apicid
-
-#if APIC_DEBUG
- #define inquire_remote_apic(apicid) __inquire_remote_apic(apicid)
-#else
- #define inquire_remote_apic(apicid) {}
-#endif
-
#endif /* __ASM_MACH_WAKECPU_H */