Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119993
b: refs/heads/master
c: 55aab5f
h: refs/heads/master
i:
  119991: 7564208
v: v3
  • Loading branch information
Bjorn Helgaas authored and Ingo Molnar committed Dec 18, 2008
1 parent ee7ae60 commit 58fb73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cf9b303e55da810255638c0b616b1a3f7eda9320
refs/heads/master: 55aab5f49e384a361668d112eefdb33e90779af9
4 changes: 1 addition & 3 deletions trunk/arch/x86/kernel/pci-gart_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,10 +745,8 @@ void __init gart_iommu_init(void)
unsigned long scratch;
long i;

if (cache_k8_northbridges() < 0 || num_k8_northbridges == 0) {
printk(KERN_INFO "PCI-GART: No AMD GART found.\n");
if (cache_k8_northbridges() < 0 || num_k8_northbridges == 0)
return;
}

#ifndef CONFIG_AGP_AMD64
no_agp = 1;
Expand Down

0 comments on commit 58fb73c

Please sign in to comment.