All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] x86: EXPORT_SYMBOL(pat_enabled)
@ 2012-03-13 16:22 Adam Jackson
  2012-03-13 16:22 ` [PATCH 2/3] drm/i915: Pull MTRR setup to its own function Adam Jackson
  2012-03-13 16:22 ` [PATCH 3/3] drm/i915: Don't do MTRR setup if PAT is enabled Adam Jackson
  0 siblings, 2 replies; 4+ messages in thread
From: Adam Jackson @ 2012-03-13 16:22 UTC (permalink / raw)
  To: intel-gfx; +Cc: x86

Signed-off-by: Adam Jackson <ajax@redhat.com>
---
 arch/x86/mm/pat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
index f6ff57b..b56c269 100644
--- a/arch/x86/mm/pat.c
+++ b/arch/x86/mm/pat.c
@@ -34,6 +34,7 @@
 
 #ifdef CONFIG_X86_PAT
 int __read_mostly pat_enabled = 1;
+EXPORT_SYMBOL(pat_enabled);
 
 static inline void pat_disable(const char *reason)
 {
-- 
1.7.7.6

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

end of thread, other threads:[~2012-03-13 18:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-13 16:22 [PATCH 1/3] x86: EXPORT_SYMBOL(pat_enabled) Adam Jackson
2012-03-13 16:22 ` [PATCH 2/3] drm/i915: Pull MTRR setup to its own function Adam Jackson
2012-03-13 16:22 ` [PATCH 3/3] drm/i915: Don't do MTRR setup if PAT is enabled Adam Jackson
     [not found]   ` <4F5F8B9C.1020208@kernel.org>
2012-03-13 18:39     ` Adam Jackson

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.