From: Justin Chen Date: Wed, 6 Dec 2006 17:17:10 +0000 (-0700) Subject: ACPI: Optimize acpi_get_pci_rootbridge_handle() to boot faster X-Git-Tag: v2.6.21-rc1~92^2~32^2^2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d91a0078476ca536d76419f3b53196873b2931bc;p=pandora-kernel.git ACPI: Optimize acpi_get_pci_rootbridge_handle() to boot faster Move acpi_get_pci_rootbridge_handle() from glue.c to pci_root.c and get the root bridge ACPI handles by searching the &acpi_pci_roots list instead of walking through the ACPI name space. This significantly reduces boot time on large I/O systems. Signed-off-by: Justin Chen Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed