aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/pci-gart_64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/pci-gart_64.c b/arch/x86/kernel/pci-gart_64.c
index f505c3890358..f20c20a7853d 100644
--- a/arch/x86/kernel/pci-gart_64.c
+++ b/arch/x86/kernel/pci-gart_64.c
@@ -824,10 +824,10 @@ void __init gart_iommu_init(void)
824 wbinvd(); 824 wbinvd();
825 825
826 /* 826 /*
827 * Try to workaround a bug (thanks to BenH) 827 * Try to workaround a bug (thanks to BenH):
828 * Set unmapped entries to a scratch page instead of 0. 828 * Set unmapped entries to a scratch page instead of 0.
829 * Any prefetches that hit unmapped entries won't get an bus abort 829 * Any prefetches that hit unmapped entries won't get an bus abort
830 * then. 830 * then. (P2P bridge may be prefetching on DMA reads).
831 */ 831 */
832 scratch = get_zeroed_page(GFP_KERNEL); 832 scratch = get_zeroed_page(GFP_KERNEL);
833 if (!scratch) 833 if (!scratch)