Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94815
b: refs/heads/master
c: d2ebdf4
h: refs/heads/master
i:
  94813: ad89279
  94811: 01d5bee
  94807: c7485ee
  94799: 5863069
  94783: 6e73055
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Apr 26, 2008
1 parent 9950390 commit 105962c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 0d358f22f6c8f03ab215eee8d52b74f78cc3c7db
refs/heads/master: d2ebdf4bae4f1d7c30e71fd74f270ca4cda024fc
12 changes: 0 additions & 12 deletions trunk/arch/x86/pci/mmconfig-shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,18 +316,6 @@ static void __init pci_mmcfg_reject_broken(int type, int early)

cfg = &pci_mmcfg_config[0];

/*
* Handle more broken MCFG tables on Asus etc.
* They only contain a single entry for bus 0-0.
*/
if (pci_mmcfg_config_num == 1 &&
cfg->pci_segment == 0 &&
(cfg->start_bus_number | cfg->end_bus_number) == 0) {
printk(KERN_ERR "PCI: start and end of bus number is 0. "
"Rejected as broken MCFG.\n");
goto reject;
}

for (i = 0; i < pci_mmcfg_config_num; i++) {
int valid = 0;
u32 size = (cfg->end_bus_number + 1) << 20;
Expand Down

0 comments on commit 105962c

Please sign in to comment.