aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/smp.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-07-01 23:32:34 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-07-01 23:32:34 +0000
commit85f794d3f0d3888f9d5456020d13d4e6ecf5b7fc (patch)
tree9820c6d2325a5759c46c7be4f3f96f592fa51f07 /xen/include/asm-x86/smp.h
parent788b1c4771038b1d0bc1bdf1600f13cf584e98ea (diff)
downloadxen-85f794d3f0d3888f9d5456020d13d4e6ecf5b7fc.tar.gz
xen-85f794d3f0d3888f9d5456020d13d4e6ecf5b7fc.tar.bz2
xen-85f794d3f0d3888f9d5456020d13d4e6ecf5b7fc.zip
bitkeeper revision 1.1041.4.1 (40e49f12Fj3pygWG3LxLQ2tcwBx24A)
Fix common files when compiled without CONFIG_SMP (some x86-specific files still don't work).
Diffstat (limited to 'xen/include/asm-x86/smp.h')
-rw-r--r--xen/include/asm-x86/smp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/asm-x86/smp.h b/xen/include/asm-x86/smp.h
index ac9cc5292f..25c29de2e8 100644
--- a/xen/include/asm-x86/smp.h
+++ b/xen/include/asm-x86/smp.h
@@ -42,7 +42,6 @@ extern void smp_message_irq(int cpl, void *dev_id, struct pt_regs *regs);
extern void smp_send_reschedule(int cpu);
extern void smp_invalidate_rcv(void); /* Process an NMI */
extern void (*mtrr_hook) (void);
-extern void zap_low_mappings (void);
/*
* On x86 all CPUs are mapped 1:1 to the APIC space.