Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231077
b: refs/heads/master
c: 30e664a
h: refs/heads/master
i:
  231075: 2b65df6
v: v3
  • Loading branch information
Bjorn Helgaas authored and Jesse Barnes committed Jan 14, 2011
1 parent 0c241eb commit e910c7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 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: 415e12b2379239973feab91850b0dce985c6058a
refs/heads/master: 30e664afb5cb597dd6f7651e6d116e10b9741084
11 changes: 7 additions & 4 deletions trunk/arch/x86/pci/broadcom_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* option) any later version.
*/

#include <linux/acpi.h>
#include <linux/delay.h>
#include <linux/dmi.h>
#include <linux/pci.h>
Expand All @@ -25,12 +26,14 @@ static void __devinit cnb20le_res(struct pci_dev *dev)
u8 fbus, lbus;
int i;

#ifdef CONFIG_ACPI
/*
* The x86_pci_root_bus_res_quirks() function already refuses to use
* this information if ACPI _CRS was used. Therefore, we don't bother
* checking if ACPI is enabled, and just generate the information
* for both the ACPI _CRS and no ACPI cases.
* We should get host bridge information from ACPI unless the BIOS
* doesn't support it.
*/
if (acpi_os_get_root_pointer())
return;
#endif

info = &pci_root_info[pci_root_num];
pci_root_num++;
Expand Down

0 comments on commit e910c7d

Please sign in to comment.