aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mach-default
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-17 16:58:24 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-17 16:58:24 +0100
commit23d4bc68d83a93f1fff7f36ff53497df11dea397 (patch)
tree38a6f1fd3653aa05da0bbc8eb272d8a27c2d5f46 /xen/include/asm-x86/mach-default
parent27eb06dc218eb2723b9cb0895465961010d07d69 (diff)
downloadxen-23d4bc68d83a93f1fff7f36ff53497df11dea397.tar.gz
xen-23d4bc68d83a93f1fff7f36ff53497df11dea397.tar.bz2
xen-23d4bc68d83a93f1fff7f36ff53497df11dea397.zip
x86: Reindent smpboot.c and clean up a little.
No semantic changes. 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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/xen/include/asm-x86/mach-default/mach_wakecpu.h b/xen/include/asm-x86/mach-default/mach_wakecpu.h
index b462f50ef9..0e94bc308a 100644
--- a/xen/include/asm-x86/mach-default/mach_wakecpu.h
+++ b/xen/include/asm-x86/mach-default/mach_wakecpu.h
@@ -24,14 +24,6 @@ static inline void smp_callin_clear_local_apic(void)
{
}
-static inline void store_NMI_vector(unsigned short *high, unsigned short *low)
-{
-}
-
-static inline void restore_NMI_vector(unsigned short *high, unsigned short *low)
-{
-}
-
#if APIC_DEBUG
#define inquire_remote_apic(apicid) __inquire_remote_apic(apicid)
#else