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-06-19 16:48:34 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-06-19 16:48:34 +0000
commit77dcac7bd01a41a49abd7d774d2f407a3f06c9c1 (patch)
tree2a06434ed7ecde244970f8e88ccff7fdc25662ab /xen/include/xen/smp.h
parent60b6be9ccdd46b8cbddf1d96a89b4e6239248ee9 (diff)
downloadxen-77dcac7bd01a41a49abd7d774d2f407a3f06c9c1.tar.gz
xen-77dcac7bd01a41a49abd7d774d2f407a3f06c9c1.tar.bz2
xen-77dcac7bd01a41a49abd7d774d2f407a3f06c9c1.zip
bitkeeper revision 1.983 (40d46e62pNngJp16CZ2sqZwmplr_Kw)
More cleanups.
Diffstat (limited to 'xen/include/xen/smp.h')
-rw-r--r--xen/include/xen/smp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/xen/smp.h b/xen/include/xen/smp.h
index 2cb88183a9..b0f39112ce 100644
--- a/xen/include/xen/smp.h
+++ b/xen/include/xen/smp.h
@@ -25,7 +25,6 @@ extern void smp_send_stop(void);
extern void FASTCALL(smp_send_event_check_mask(unsigned long cpu_mask));
#define smp_send_event_check_cpu(_cpu) smp_send_event_check_mask(1<<(_cpu))
-
/*
* Boot processor call to load the other CPU's
*/