[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] This patch removes -noht option (both code and doc).



ChangeSet 1.1707, 2005/06/09 08:46:59+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        This patch removes -noht option (both code and doc).
        Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>



 docs/src/user.tex             |    3 ---
 xen/arch/ia64/xensetup.c      |    4 ----
 xen/arch/x86/setup.c          |    4 ----
 xen/include/asm-ia64/config.h |    1 -
 xen/include/xen/smp.h         |    1 -
 5 files changed, 13 deletions(-)


diff -Nru a/docs/src/user.tex b/docs/src/user.tex
--- a/docs/src/user.tex 2005-06-09 04:01:46 -04:00
+++ b/docs/src/user.tex 2005-06-09 04:01:46 -04:00
@@ -1692,9 +1692,6 @@
 \item [watchdog ] 
  Enable NMI watchdog which can report certain failures. 
 
-\item [noht ] 
- Disable Hyperthreading. 
-
 \item [badpage=$<$page number$>$,$<$page number$>$, \ldots ] 
  Specify a list of pages not to be allocated for use 
  because they contain bad bytes. For example, if your
diff -Nru a/xen/arch/ia64/xensetup.c b/xen/arch/ia64/xensetup.c
--- a/xen/arch/ia64/xensetup.c  2005-06-09 04:01:46 -04:00
+++ b/xen/arch/ia64/xensetup.c  2005-06-09 04:01:46 -04:00
@@ -36,10 +36,6 @@
 int find_max_pfn (unsigned long, unsigned long, void *);
 void start_of_day(void);
 
-/* opt_noht: If true, Hyperthreading is ignored. */
-int opt_noht = 0;
-boolean_param("noht", opt_noht);
-
 /* opt_nosmp: If true, secondary processors are ignored. */
 static int opt_nosmp = 0;
 boolean_param("nosmp", opt_nosmp);
diff -Nru a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c
--- a/xen/arch/x86/setup.c      2005-06-09 04:01:46 -04:00
+++ b/xen/arch/x86/setup.c      2005-06-09 04:01:46 -04:00
@@ -33,10 +33,6 @@
 integer_param("xenheap_megabytes", opt_xenheap_megabytes);
 #endif
 
-/* opt_noht: If true, Hyperthreading is ignored. */
-int opt_noht = 0;
-boolean_param("noht", opt_noht);
-
 /* opt_nosmp: If true, secondary processors are ignored. */
 static int opt_nosmp = 0;
 boolean_param("nosmp", opt_nosmp);
diff -Nru a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h
--- a/xen/include/asm-ia64/config.h     2005-06-09 04:01:46 -04:00
+++ b/xen/include/asm-ia64/config.h     2005-06-09 04:01:46 -04:00
@@ -225,7 +225,6 @@
 #define FORCE_CRASH()  asm("break 0;;");
 
 // these declarations got moved at some point, find a better place for them
-extern int opt_noht;
 extern int ht_per_core;
 
 // needed for include/xen/smp.h
diff -Nru a/xen/include/xen/smp.h b/xen/include/xen/smp.h
--- a/xen/include/xen/smp.h     2005-06-09 04:01:46 -04:00
+++ b/xen/include/xen/smp.h     2005-06-09 04:01:46 -04:00
@@ -59,7 +59,6 @@
 }
 
 extern int ht_per_core;
-extern int opt_noht;
 
 extern volatile unsigned long smp_msg_data;
 extern volatile int smp_src_cpu;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.