]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] OOSTORE needs MTRR.
authorDave Jones <davej@redhat.com>
Fri, 23 Jan 2004 00:10:08 +0000 (16:10 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Fri, 23 Jan 2004 00:10:08 +0000 (16:10 -0800)
The centaur CPU init code gets linking errors without it.

arch/i386/Kconfig

index a4f48859f23bbc9810f48b4e67405ed29152323b..cf4f7f8ae07cde9929900d7e799443f698f6e7f7 100644 (file)
@@ -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