|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [patch merge tree] fixup mtrr kernel config
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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |