commit | c3bd517de67d33c44059656194e316facef181a5 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Thu Jan 08 02:19:46 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Feb 11 16:00:07 2009 +1100 |
tree | 8b61341ac8aec4d18499ce7a99d545b2912abb9a | |
parent | 6071ed0487c6ea8dcfadd9844b9b90944cd9de1e [diff] |
powerpc/pci: Move hose_list and pci_address_to_pio to pci-common move the definition of hose_list next to its hotplug spinlock. create pcibios_io_size to encapsulate ifdef in existing pci-common function pcibios_vaddr_is_ioport move pci_address_to_pio to pci-common, using new pcibios_io_size, and protect this GPL exported function against concurrent hotplug removal Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>