aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/smp.h
diff options
context:
space:
mode:
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-10-21 17:11:30 +0000
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-10-21 17:11:30 +0000
commitff9da5b2e532cf136c49f97b5f3dfbd4e768fba3 (patch)
treef0f95c491a3d5044a5e95ee617c6253907d2f944 /xen/include/xen/smp.h
parent0dfceca687165e0b4422727dda1f4d921575c1d8 (diff)
downloadxen-ff9da5b2e532cf136c49f97b5f3dfbd4e768fba3.tar.gz
xen-ff9da5b2e532cf136c49f97b5f3dfbd4e768fba3.tar.bz2
xen-ff9da5b2e532cf136c49f97b5f3dfbd4e768fba3.zip
bitkeeper revision 1.1159.127.1 (4177edc2yMpJyLOU9Q_EQYFZXYJiIw)
Fix option ``noht'' for machines which report HT logical cpus in their MP tables.
Diffstat (limited to 'xen/include/xen/smp.h')
-rw-r--r--xen/include/xen/smp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/xen/smp.h b/xen/include/xen/smp.h
index 12885a5037..13e370cdca 100644
--- a/xen/include/xen/smp.h
+++ b/xen/include/xen/smp.h
@@ -52,6 +52,8 @@ extern int smp_call_function (void (*func) (void *info), void *info,
extern int smp_threads_ready;
extern int smp_num_cpus;
+extern int ht_per_core;
+extern int opt_noht;
extern volatile unsigned long smp_msg_data;
extern volatile int smp_src_cpu;