
From: davej@redhat.com

The centaur CPU init code get linking errors without it.



---

 arch/i386/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/i386/Kconfig~OOSTORE-needs-MTRR arch/i386/Kconfig
--- 25/arch/i386/Kconfig~OOSTORE-needs-MTRR	2004-01-22 23:05:44.000000000 -0800
+++ 25-akpm/arch/i386/Kconfig	2004-01-22 23:06:12.000000000 -0800
@@ -399,7 +399,7 @@ config X86_USE_3DNOW
 
 config X86_OOSTORE
 	bool
-	depends on MWINCHIP3D || MWINCHIP2 || MWINCHIPC6
+	depends on (MWINCHIP3D || MWINCHIP2 || MWINCHIPC6) && MTRR
 	default y
 
 config HPET_TIMER

_
