aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/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/xen/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/xen/smp.h')
-rw-r--r--xen/include/xen/smp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xen/include/xen/smp.h b/xen/include/xen/smp.h
index d7f71b6fae..12885a5037 100644
--- a/xen/include/xen/smp.h
+++ b/xen/include/xen/smp.h
@@ -72,7 +72,9 @@ extern volatile int smp_msg_id;
/*
* These macros fold the SMP functionality into a single CPU system
*/
-
+
+#define smp_send_event_check_mask(_m) ((void)0)
+#define smp_send_event_check_cpu(_p) ((void)0)
#define smp_num_cpus 1
#define smp_processor_id() 0
#define hard_smp_processor_id() 0