aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-gart_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/pci-gart_64.c')
-rw-r--r--arch/x86/kernel/pci-gart_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/pci-gart_64.c b/arch/x86/kernel/pci-gart_64.c
index 4f41b29fde98..0ae24d9b44b3 100644
--- a/arch/x86/kernel/pci-gart_64.c
+++ b/arch/x86/kernel/pci-gart_64.c
@@ -738,7 +738,7 @@ int __init gart_iommu_init(void)
738 unsigned long scratch; 738 unsigned long scratch;
739 long i; 739 long i;
740 740
741 if (cache_k8_northbridges() < 0 || num_k8_northbridges == 0) 741 if (num_k8_northbridges == 0)
742 return 0; 742 return 0;
743 743
744#ifndef CONFIG_AGP_AMD64 744#ifndef CONFIG_AGP_AMD64