Commit fd036b30 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] OOSTORE needs MTRR.

The centaur CPU init code gets linking errors without it.
parent 3e2a6ba2
...@@ -399,7 +399,7 @@ config X86_USE_3DNOW ...@@ -399,7 +399,7 @@ config X86_USE_3DNOW
config X86_OOSTORE config X86_OOSTORE
bool bool
depends on MWINCHIP3D || MWINCHIP2 || MWINCHIPC6 depends on (MWINCHIP3D || MWINCHIP2 || MWINCHIPC6) && MTRR
default y default y
config HPET_TIMER config HPET_TIMER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment