* [patch merge tree] fixup mtrr kernel config
@ 2005-12-07 16:50 Gerd Knorr
2005-12-08 18:47 ` Christian Limpach
0 siblings, 1 reply; 2+ messages in thread
From: Gerd Knorr @ 2005-12-07 16:50 UTC (permalink / raw)
To: xen-devel; +Cc: Jan Beulich
[-- Attachment #1: Type: text/plain, Size: 156 bytes --]
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
[-- Attachment #2: xen3-fixup-mtrr-kconfig --]
[-- Type: text/plain, Size: 617 bytes --]
Subject: Fix mtrr kconfig for non-xen kernels
From: kraxel@suse.de
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)
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch merge tree] fixup mtrr kernel config
2005-12-07 16:50 [patch merge tree] fixup mtrr kernel config Gerd Knorr
@ 2005-12-08 18:47 ` Christian Limpach
0 siblings, 0 replies; 2+ messages in thread
From: Christian Limpach @ 2005-12-08 18:47 UTC (permalink / raw)
To: Gerd Knorr; +Cc: xen-devel, Jan Beulich
Applied, thanks!
christian
On 12/7/05, Gerd Knorr <kraxel@suse.de> wrote:
> 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@suse.de
>
> 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@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-08 18:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-07 16:50 [patch merge tree] fixup mtrr kernel config Gerd Knorr
2005-12-08 18:47 ` Christian Limpach
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.