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-devel

[Xen-devel] [patch merge tree] fixup mtrr kernel config

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [patch merge tree] fixup mtrr kernel config
From: Gerd Knorr <kraxel@xxxxxxx>
Date: Wed, 07 Dec 2005 17:50:15 +0100
Cc: Jan Beulich <JBeulich@xxxxxxxxxx>
Delivery-date: Wed, 07 Dec 2005 16:50:52 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050715)
  Hi,

The attached patch fixes the mtrr kernel config in the merge tree.
Without that patch mtrr is disabled for non-xen kernel builds.

cheers,

  Gerd
Subject: Fix mtrr kconfig for non-xen kernels
From: kraxel@xxxxxxx

Index: linux-2.6.14/arch/i386/Kconfig
===================================================================
--- linux-2.6.14.orig/arch/i386/Kconfig 2005-12-07 16:26:12.000000000 +0100
+++ linux-2.6.14/arch/i386/Kconfig      2005-12-07 17:30:36.000000000 +0100
@@ -616,7 +616,7 @@ config MATH_EMULATION
 
 config MTRR
        bool "MTRR (Memory Type Range Register) support"
-       depends on XEN_PRIVILEGED_GUEST
+       depends on (XEN_PRIVILEGED_GUEST || !X86_XEN)
        default y if X86_XEN
        ---help---
          On Intel P6 family processors (Pentium Pro, Pentium II and later)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>