public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: Relegate CONFIG_PAT to EMBEDDED
@ 2009-10-11 15:43 Arjan van de Ven
  2009-10-11 17:04 ` Roland Dreier
  0 siblings, 1 reply; 9+ messages in thread
From: Arjan van de Ven @ 2009-10-11 15:43 UTC (permalink / raw)
  To: linux-kernel, mingo, tglx, hpa

>From 3385e0ae9596dc0538023166c800b0f8d2accce2 Mon Sep 17 00:00:00 2001
From: Arjan van de Ven <arjan@linux.intel.com>
Date: Sun, 11 Oct 2009 08:40:15 -0700
Subject: [PATCH] x86: Relegate CONFIG_PAT to EMBEDDED

PAT support (which got added to CPUs over 10 years ago) is no longer
really optional in that more and more things are depending on PAT
just working, including newer versions of X. Having this as a regular
config option just no longer makes sense.

This patch relegates CONFIG_PAT to the EMBEDDED category, in the hope
to eventually completely retire it.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
---
 arch/x86/Kconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 4427956..16d9d40 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1393,7 +1393,8 @@ config MTRR_SANITIZER_SPARE_REG_NR_DEFAULT
 
 config X86_PAT
 	bool
-	prompt "x86 PAT support"
+	default y
+	prompt "x86 PAT support" if EMBEDDED
 	depends on MTRR
 	---help---
 	  Use PAT attributes to setup page level cache control.
-- 
1.6.2.5



-- 
Arjan van de Ven 	Intel Open Source Technology Centre
For development, discussion and tips for power savings, 
visit http://www.lesswatts.org

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-10-12 17:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-11 15:43 [PATCH] x86: Relegate CONFIG_PAT to EMBEDDED Arjan van de Ven
2009-10-11 17:04 ` Roland Dreier
2009-10-11 17:19   ` Robert Hancock
2009-10-11 17:33   ` Arjan van de Ven
2009-10-11 18:47     ` Henrique de Moraes Holschuh
2009-10-12 11:10     ` [tip:x86/pat] x86: Relegate CONFIG_PAT and CONFIG_MTRR configurability " tip-bot for Arjan van de Ven
2009-10-12 17:28       ` H. Peter Anvin
2009-10-12 17:45         ` Arjan van de Ven
2009-10-12 17:56           ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox