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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christian Limpach
2005-Dec-08 18:47 UTC
Re: [Xen-devel] [patch merge tree] fixup mtrr kernel config
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 > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel