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-09 07:46:59 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-09 07:46:59 +0000
commit910bf81124c88bad5b5c1c1ec14d7b5dd1ce577a (patch)
tree2824c8129dcd01fcbafee2a6ef02985c662576c9 /xen/include/xen/smp.h
parenta12d72746b60e54cea85bd907367dbfad050f859 (diff)
downloadxen-910bf81124c88bad5b5c1c1ec14d7b5dd1ce577a.tar.gz
xen-910bf81124c88bad5b5c1c1ec14d7b5dd1ce577a.tar.bz2
xen-910bf81124c88bad5b5c1c1ec14d7b5dd1ce577a.zip
bitkeeper revision 1.1691.1.16 (42a7f3f3e6lVJ85_T1bXVdbucWiu9g)
This patch removes -noht option (both code and doc). Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
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 19e91b0fe0..2004211589 100644
--- a/xen/include/xen/smp.h
+++ b/xen/include/xen/smp.h
@@ -59,7 +59,6 @@ static inline int on_each_cpu(void (*func) (void *info), void *info,
}
extern int ht_per_core;
-extern int opt_noht;
extern volatile unsigned long smp_msg_data;
extern volatile int smp_src_cpu;