On Tue, May 14, 2013 at 9:51 AM, Jiang Liu <liu...@gmail.com> wrote: > Enhance x86 architecture specific code to use hotplug-safe iterators > to walk PCI buses. > > In other words, replace pci_find_bus(), pci_find_next_bus() and > pci_root_buses with pci_bus_exists(), pci_get_bus(), pci_get_next_bus() > and pci_get_next_root_bus() etc. > > Signed-off-by: Jiang Liu <jiang....@huawei.com> > Cc: Thomas Gleixner <t...@linutronix.de> > Cc: Ingo Molnar <mi...@redhat.com> > Cc: "H. Peter Anvin" <h...@zytor.com> > Cc: x...@kernel.org > Cc: Myron Stowe <myron.st...@redhat.com> > Cc: Yijing Wang <wangyij...@huawei.com> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: Matthew Garrett <m...@redhat.com> > Cc: Yinghai Lu <ying...@kernel.org> > Cc: linux-kernel@vger.kernel.org > --- > arch/x86/pci/acpi.c | 3 ++- > arch/x86/pci/common.c | 3 ++- > arch/x86/pci/i386.c | 9 ++++----- > arch/x86/pci/irq.c | 2 +- > arch/x86/pci/legacy.c | 2 +- > 5 files changed, 10 insertions(+), 9 deletions(-)
Acked-by: Yinghai Lu <ying...@kernel.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/