On Tue, May 14, 2013 at 9:51 AM, Jiang Liu <[email protected]> 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 <[email protected]>
> Cc: Thomas Gleixner <[email protected]>
> Cc: Ingo Molnar <[email protected]>
> Cc: "H. Peter Anvin" <[email protected]>
> Cc: [email protected]
> Cc: Myron Stowe <[email protected]>
> Cc: Yijing Wang <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Cc: Matthew Garrett <[email protected]>
> Cc: Yinghai Lu <[email protected]>
> Cc: [email protected]
> ---
>  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 <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to