aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/smp.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-19 16:38:21 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-19 16:38:21 +0000
commit6c25db681a02db8f7aa77668461301aba4be6f9d (patch)
tree20b556201a279c9c4c29f8a819c6f7b522e6e2b8 /xen/include/xen/smp.h
parent10a20d060114f54fefd31abd38a87b061542e573 (diff)
downloadxen-6c25db681a02db8f7aa77668461301aba4be6f9d.tar.gz
xen-6c25db681a02db8f7aa77668461301aba4be6f9d.tar.bz2
xen-6c25db681a02db8f7aa77668461301aba4be6f9d.zip
bitkeeper revision 1.1718.1.5 (42b59f7dHnuJ9AFj24zaneKCDkFTCg)
This patch adds dual-core support to xen, and improves HT detection. Adapted from linux 2.6.12. Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/smp.h')
-rw-r--r--xen/include/xen/smp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/xen/smp.h b/xen/include/xen/smp.h
index 2004211589..57f7580ade 100644
--- a/xen/include/xen/smp.h
+++ b/xen/include/xen/smp.h
@@ -58,8 +58,6 @@ static inline int on_each_cpu(void (*func) (void *info), void *info,
return ret;
}
-extern int ht_per_core;
-
extern volatile unsigned long smp_msg_data;
extern volatile int smp_src_cpu;
extern volatile int smp_msg_id;