]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: enumerate namespace before adding functional fixed hardware devices
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Mon, 21 Sep 2009 19:29:45 +0000 (19:29 +0000)
committerLen Brown <len.brown@intel.com>
Fri, 25 Sep 2009 18:24:29 +0000 (14:24 -0400)
commit075f8b461bac2005a782a7cd7fe59aa868fbff69
tree7e7ec54b01636528f105f18dc1d9336811c92afc
parentfa22a6f4f9116e66b753f2addcc234666afefc2e
ACPI: enumerate namespace before adding functional fixed hardware devices

This patch changes the order so we enumerate in the "root, namespace,
functional fixed" order instead of the "root, functional fixed, namespace"
order.  When I change acpi_bus_scan() to use acpi_walk_namespace(), it
will use the former order, so this patch isolates the order change for
bisectability.

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/scan.c