From: "Luis R. Rodriguez" <mcg...@suse.com> Two Linux device drivers cannot work with PAT and the work required to make them work is significant. There is not enough motivation to convert these drivers over to use PAT properly, the compromise reached is to let drivers that cannot be ported to PAT check if PAT was enabled and if so fail on probe with a recommendation to boot with the "nopat" kernel parameter.
Cc: Andy Walls <awa...@md.metrocast.net> Cc: Doug Ledford <dledf...@redhat.com> Cc: Andy Lutomirski <l...@amacapital.net> Cc: Ingo Molnar <mi...@elte.hu> Cc: Thomas Gleixner <t...@linutronix.de> Cc: Juergen Gross <jgr...@suse.com> Cc: Daniel Vetter <daniel.vet...@ffwll.ch> Cc: Dave Airlie <airl...@redhat.com> Cc: Bjorn Helgaas <bhelg...@google.com> Cc: Borislav Petkov <b...@suse.de> Cc: Michael S. Tsirkin <m...@redhat.com> Cc: linux-kernel@vger.kernel.org Cc: x...@kernel.org Signed-off-by: Luis R. Rodriguez <mcg...@suse.com> --- arch/x86/mm/pat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c index f64785e..3d60207 100644 --- a/arch/x86/mm/pat.c +++ b/arch/x86/mm/pat.c @@ -55,6 +55,7 @@ bool pat_enabled(void) { return !!__pat_enabled; } +EXPORT_SYMBOL_GPL(pat_enabled); int pat_debug_enable; -- 2.3.2.209.gd67f9d5.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/