Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99452
b: refs/heads/master
c: 4f384f8
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Machek authored and Thomas Gleixner committed Jun 5, 2008
1 parent 1c67889 commit 915286d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: fa5b8a30cf03520737e9a0ee2ee03a61b2eccf05
refs/heads/master: 4f384f8bcdb5d618a0a68fb84c809e602c798b8f
4 changes: 3 additions & 1 deletion trunk/arch/x86/kernel/aperture_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,11 @@ void __init early_gart_iommu_check(void)
add_memory_region(aper_base, aper_size, E820_RESERVED);
update_e820();
}
return;
}

if (!fix)
return;

/* different nodes have different setting, disable them all at first*/
for (i = 0; i < ARRAY_SIZE(bus_dev_ranges); i++) {
int bus;
Expand Down

0 comments on commit 915286d

Please sign in to comment.