From 0372d65c9901e3a2d3bff89bb81e47b7b58d50c9 Mon Sep 17 00:00:00 2001 From: kmacy Date: Tue, 21 Oct 2008 08:01:19 +0000 Subject: don't globally define ipi_bitmap_handler on xen --- sys/i386/include/smp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/i386/include/smp.h') diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h index 2924c8b..ef3cbbb 100644 --- a/sys/i386/include/smp.h +++ b/sys/i386/include/smp.h @@ -66,7 +66,9 @@ void cpustop_handler(void); void init_secondary(void); void ipi_selected(u_int cpus, u_int ipi); void ipi_all_but_self(u_int ipi); +#ifndef XEN void ipi_bitmap_handler(struct trapframe frame); +#endif u_int mp_bootaddress(u_int); int mp_grab_cpu_hlt(void); void smp_cache_flush(void); -- cgit v1.1