]> Git Repo - linux.git/commit
acpi: unneccessary to scan the PCI bus already scanned
author[email protected] <[email protected]>
Tue, 15 Apr 2008 21:34:49 +0000 (14:34 -0700)
committerLinus Torvalds <[email protected]>
Wed, 16 Apr 2008 02:35:41 +0000 (19:35 -0700)
commitb87e81e5c6e64ae0eae3b4f61bf07bfeec856184
tree0220bd679f3e8403a917d5038d1f026214f8548b
parent5f1a3f2ac4ddf966cd0555dc445c6df65709c580
acpi: unneccessary to scan the PCI bus already scanned

http://bugzilla.kernel.org/show_bug.cgi?id=10124

this change:

      commit 08f1c192c3c32797068bfe97738babb3295bbf42
      Author: Muli Ben-Yehuda <[email protected]>
      Date:   Sun Jul 22 00:23:39 2007 +0300

         x86-64: introduce struct pci_sysdata to facilitate sharing of ->sysdata

         This patch introduces struct pci_sysdata to x86 and x86-64, and
         converts the existing two users (NUMA, Calgary) to use it.

         This lays the groundwork for having other users of sysdata, such as
         the PCI domains work.

         The Calgary bits are tested, the NUMA bits just look ok.

replaces pcibios_scan_root by pci_scan_bus_parented...

but in pcibios_scan_root we have a check about scanned busses.

Cc: <[email protected]>
Cc: Stian Jordet <[email protected]>
Cc: Len Brown <[email protected]>
Cc: Greg KH <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: "Yinghai Lu" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/ia64/pci/pci.c
arch/x86/pci/acpi.c
This page took 0.065794 seconds and 4 git commands to generate.