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] Fix and use x86_64 config bits.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Fix and use x86_64 config bits.
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Mon, 04 Apr 2005 17:14:35 +0000
Delivery-date: Mon, 04 Apr 2005 18:02:42 +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@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1439.1.1, 2005/04/04 18:14:35+01:00, cl349@xxxxxxxxxxxxxxxxxxxx

        Fix and use x86_64 config bits.
        Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>



 Kconfig        |    4 ++++
 x86_64/Kconfig |   25 ++++---------------------
 2 files changed, 8 insertions(+), 21 deletions(-)


diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/Kconfig 
b/linux-2.6.11-xen-sparse/arch/xen/Kconfig
--- a/linux-2.6.11-xen-sparse/arch/xen/Kconfig  2005-04-04 14:02:47 -04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/Kconfig  2005-04-04 14:02:47 -04:00
@@ -153,6 +153,10 @@
 source "arch/xen/i386/Kconfig"
 endif
 
+if X86_64
+source "arch/xen/x86_64/Kconfig"
+endif
+
 menu "Executable file formats"
 
 source "fs/Kconfig.binfmt"
diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/x86_64/Kconfig 
b/linux-2.6.11-xen-sparse/arch/xen/x86_64/Kconfig
--- a/linux-2.6.11-xen-sparse/arch/xen/x86_64/Kconfig   2005-04-04 14:02:47 
-04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/x86_64/Kconfig   2005-04-04 14:02:47 
-04:00
@@ -8,31 +8,14 @@
 #
 
 menu "X86_64 processor configuration"
-       depends XEN_X86_64
 
 config XENARCH
        string
        default x86_64
 
-config X86_64
-       bool
-       default y
-       help
-         Port to the x86-64 architecture. x86-64 is a 64-bit extension to the
-         classical 32-bit x86 architecture. For details see
-         <http://www.x86-64.org/>.
-
-config X86
-        bool
-        default y
-
 config 64BIT
        def_bool y
 
-#config X86
-#      bool
-#      default y
-
 config MMU
        bool
        default y
@@ -105,10 +88,10 @@
        prompt "Processor family"
        default MK8
 
-config MK8
-       bool "AMD-Opteron/Athlon64"
-       help
-         Optimize for AMD Opteron/Athlon64/Hammer/K8 CPUs.
+#config MK8
+#      bool "AMD-Opteron/Athlon64"
+#      help
+#        Optimize for AMD Opteron/Athlon64/Hammer/K8 CPUs.
 
 config MPSC
        bool "Intel x86-64"

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix and use x86_64 config bits., BitKeeper Bot <=