Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294742
b: refs/heads/master
c: 6696cbc
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas committed Feb 24, 2012
1 parent 37575a9 commit ec4a63d
Show file tree
Hide file tree
Showing 3 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: 151d16d531c5bc60bad9dc62102be18f11b4280a
refs/heads/master: 6696cbc39dff488dbe04d80d74023d8766a15e70
2 changes: 2 additions & 0 deletions trunk/arch/arm/kernel/bios32.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ void __init pci_common_init(struct hw_pci *hw)

INIT_LIST_HEAD(&hw->buses);

pci_add_flags(PCI_REASSIGN_ALL_RSRC);
if (hw->preinit)
hw->preinit();
pcibios_init_hw(hw);
Expand Down Expand Up @@ -559,6 +560,7 @@ void __init pci_common_init(struct hw_pci *hw)
pci_bus_add_devices(bus);
}
}
EXPORT_SYMBOL(pci_flags);

#ifndef CONFIG_PCI_HOST_ITE8152
void pcibios_set_master(struct pci_dev *dev)
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/arm/mm/iomap.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ EXPORT_SYMBOL(pcibios_min_io);
unsigned long pcibios_min_mem = 0x01000000;
EXPORT_SYMBOL(pcibios_min_mem);

unsigned int pci_flags = PCI_REASSIGN_ALL_RSRC;
EXPORT_SYMBOL(pci_flags);

void pci_iounmap(struct pci_dev *dev, void __iomem *addr)
{
if ((unsigned long)addr >= VMALLOC_START &&
Expand Down

0 comments on commit ec4a63d

Please sign in to comment.