]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/acpi/processor_core.c
Merge branch 'pdc-regression' into release
[net-next-2.6.git] / 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);
 }