aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mach-generic
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-17 16:28:56 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-17 16:28:56 +0100
commit27eb06dc218eb2723b9cb0895465961010d07d69 (patch)
tree086c3fe66158a707dd91a3618ac1d4580f12928a /xen/include/asm-x86/mach-generic
parentf3837f3a610d37a1238638a3e2fd2d250fb2a29c (diff)
downloadxen-27eb06dc218eb2723b9cb0895465961010d07d69.tar.gz
xen-27eb06dc218eb2723b9cb0895465961010d07d69.tar.bz2
xen-27eb06dc218eb2723b9cb0895465961010d07d69.zip
x86: Remove special-case paths for start-of-day SMP bringup.
All CPUs are now brought up in __cpu_up(), in the correct order for cpu-bringup notifiers. Notably ganged TSC calibration is removed. This was another start-of-day-specific aspect of bringup. If we really need calibration, I think we can come up with an efficient method for APs to calibrate themselves against PIT during their bringup (even asynchronously, if required for efficiency). Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/mach-generic')
-rw-r--r--xen/include/asm-x86/mach-generic/mach_apic.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/include/asm-x86/mach-generic/mach_apic.h b/xen/include/asm-x86/mach-generic/mach_apic.h
index f85bb15f41..c022362606 100644
--- a/xen/include/asm-x86/mach-generic/mach_apic.h
+++ b/xen/include/asm-x86/mach-generic/mach_apic.h
@@ -37,10 +37,6 @@ static inline int mpc_apic_id(struct mpc_config_processor *m,
return (m->mpc_apicid);
}
-static inline void setup_portio_remap(void)
-{
-}
-
static inline int multi_timer_check(int apic, int irq)
{
return 0;