aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/smp.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-03 17:47:42 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-04-03 17:47:42 +0100
commit4b233c874995b8094af311962df7a1fc999595e7 (patch)
treedb836133adaf82dcf4bd4a7f0d2d25e21da9d551 /xen/arch/x86/smp.c
parentf55976facfbc63f0c8619070a5b2be32a915a67a (diff)
downloadxen-4b233c874995b8094af311962df7a1fc999595e7.tar.gz
xen-4b233c874995b8094af311962df7a1fc999595e7.tar.bz2
xen-4b233c874995b8094af311962df7a1fc999595e7.zip
Clean up subarch 'mach-foo' header files. No need for
subarch apicdef.h and ipi.h can be much simplified. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/smp.c')
-rw-r--r--xen/arch/x86/smp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/arch/x86/smp.c b/xen/arch/x86/smp.c
index 18240da6f5..f94ad00517 100644
--- a/xen/arch/x86/smp.c
+++ b/xen/arch/x86/smp.c
@@ -20,8 +20,8 @@
#include <asm/flushtlb.h>
#include <asm/smpboot.h>
#include <asm/hardirq.h>
+#include <asm/mach_ipi.h>
#include <mach_apic.h>
-#include <mach_ipi.h>
/*
* Some notes on x86 processor bugs affecting SMP operation:
@@ -119,7 +119,7 @@ void send_IPI_mask_bitmask(cpumask_t cpumask, int vector)
local_irq_restore(flags);
}
-inline void send_IPI_mask_sequence(cpumask_t mask, int vector)
+void send_IPI_mask_sequence(cpumask_t mask, int vector)
{
unsigned long cfg, flags;
unsigned int query_cpu;