* May be not need MTRR for K8 systems without AGP
@ 2009-12-15 1:43 Pavel Vasilyev
0 siblings, 0 replies; only message in thread
From: Pavel Vasilyev @ 2009-12-15 1:43 UTC (permalink / raw)
To: linux-kernel
Subj!
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 32a1918..571d8b7 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1334,7 +1334,7 @@ config MATH_EMULATION
config MTRR
bool
default y
- prompt "MTRR (Memory Type Range Register) support" if EMBEDDED
+ prompt "MTRR (Memory Type Range Register) support" if (EMBEDDED ||
(MK8 && AGP))
---help---
On Intel P6 family processors (Pentium Pro, Pentium II and later)
the Memory Type Range Registers (MTRRs) may be used to control
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-15 1:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15 1:43 May be not need MTRR for K8 systems without AGP Pavel Vasilyev
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.