Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294743
b: refs/heads/master
c: a4fab04
h: refs/heads/master
i:
  294741: 37575a9
  294739: 20103b9
  294735: d8de5ce
v: v3
  • Loading branch information
Bjorn Helgaas committed Feb 24, 2012
1 parent ec4a63d commit c09fad4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6696cbc39dff488dbe04d80d74023d8766a15e70
refs/heads/master: a4fab0449eb2213e426bf210126fa0f1129ca9a3
5 changes: 2 additions & 3 deletions trunk/arch/arm/kernel/bios32.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <asm/mach/pci.h>

static int debug_pci;
static int use_firmware;

/*
* We can't use pci_find_device() here since we are
Expand Down Expand Up @@ -537,7 +536,7 @@ void __init pci_common_init(struct hw_pci *hw)
list_for_each_entry(sys, &hw->buses, node) {
struct pci_bus *bus = sys->bus;

if (!use_firmware) {
if (!pci_has_flag(PCI_PROBE_ONLY)) {
/*
* Size the bridge windows.
*/
Expand Down Expand Up @@ -575,7 +574,7 @@ char * __init pcibios_setup(char *str)
debug_pci = 1;
return NULL;
} else if (!strcmp(str, "firmware")) {
use_firmware = 1;
pci_add_flags(PCI_PROBE_ONLY);
return NULL;
}
return str;
Expand Down

0 comments on commit c09fad4

Please sign in to comment.