x86, GART: Disable GART table walk probes
commit260133ab658bd2b80e07832a878e00405e19ff43
authorBorislav Petkov <borislav.petkov@amd.com>
Fri, 3 Sep 2010 16:39:40 +0000 (3 18:39 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 5 Sep 2010 12:28:34 +0000 (5 14:28 +0200)
treec48b062b77416348c268f80df7c294f35f35588f
parent57ab43e33122ffdc2eebca5d6de035699f0a8c06
x86, GART: Disable GART table walk probes

Current code tramples over bit F3x90[6] which can be used to
disable GART table walk probes. However, this bit should be set
for performance reasons (speed up GART table walks). We are
allowed to do that since we put GART tables in UC memory later
anyway. Make it so.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Cc: Dave Airlie <airlied@redhat.com>
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
LKML-Reference: <1283531981-7495-3-git-send-email-bp@amd64.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/gart.h
arch/x86/kernel/aperture_64.c
arch/x86/kernel/pci-gart_64.c
drivers/char/agp/amd64-agp.c