Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33600
b: refs/heads/master
c: fd4dc27
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Ritz authored and Greg Kroah-Hartman committed Aug 26, 2006
1 parent e352d70 commit 9ea7bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 954c0b7cd5b9aaa11fb67a0c011fcb5e5897385a
refs/heads/master: fd4dc27cff15f77cde218613baa36b855c85ad9f
2 changes: 1 addition & 1 deletion trunk/arch/i386/pci/mmconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ static __init void unreachable_devices(void)
pci_exp_set_dev_base(addr, k, PCI_DEVFN(i, 0));
if (addr == 0 ||
readl((u32 __iomem *)mmcfg_virt_addr) != val1) {
set_bit(i, fallback_slots);
set_bit(i + 32*k, fallback_slots);
printk(KERN_NOTICE
"PCI: No mmconfig possible on %x:%x\n", k, i);
}
Expand Down

0 comments on commit 9ea7bb2

Please sign in to comment.