]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Merge branch 'pdc-regression' into release
authorLen Brown <len.brown@intel.com>
Sat, 9 Oct 2010 02:35:02 +0000 (22:35 -0400)
committerLen Brown <len.brown@intel.com>
Sat, 9 Oct 2010 02:35:02 +0000 (22:35 -0400)
drivers/acpi/processor_core.c

index b618f888d66b48f91365e1e4d8ef0b4d67dca81a..bec561c14bebee3a77817bdce8fa09b939f85ac0 100644 (file)
@@ -346,4 +346,5 @@ void __init acpi_early_processor_set_pdc(void)
        acpi_walk_namespace(ACPI_TYPE_PROCESSOR, ACPI_ROOT_OBJECT,
                            ACPI_UINT32_MAX,
                            early_init_pdc, NULL, NULL, NULL);
+       acpi_get_devices("ACPI0007", early_init_pdc, NULL, NULL);
 }