WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

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

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] This patch removes -noht option (both code and doc).
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Thu, 09 Jun 2005 07:46:59 +0000
Delivery-date: Thu, 09 Jun 2005 08:00:49 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] This patch removes -noht option (both code and doc)., BitKeeper Bot <=