Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294746
b: refs/heads/master
c: 14be538
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas committed Feb 24, 2012
1 parent 31b828e commit 606217b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 2909060699226f70d731d9c242489418f7da4972
refs/heads/master: 14be538c566f6fd6f8c8abd1687aa5d36a600703
6 changes: 1 addition & 5 deletions trunk/arch/mips/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
* assignments.
*/

#define PCI_ASSIGN_ALL_BUSSES 1

unsigned int pci_probe = PCI_ASSIGN_ALL_BUSSES;

/*
* The PCI controller list.
*/
Expand Down Expand Up @@ -238,7 +234,7 @@ static int pcibios_enable_resources(struct pci_dev *dev, int mask)

unsigned int pcibios_assign_all_busses(void)
{
return (pci_probe & PCI_ASSIGN_ALL_BUSSES) ? 1 : 0;
return 1;
}

int pcibios_enable_device(struct pci_dev *dev, int mask)
Expand Down

0 comments on commit 606217b

Please sign in to comment.