Merge branch 'pdc-regression' into release

This commit is contained in:
Len Brown 2010-10-08 22:35:02 -04:00
commit c9933f795c
1 changed files with 1 additions and 0 deletions

View 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);
}