diff options
| -rw-r--r-- | drivers/acpi/processor_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index b618f888d66b..bec561c14beb 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c | |||
| @@ -346,4 +346,5 @@ void __init acpi_early_processor_set_pdc(void) | |||
| 346 | acpi_walk_namespace(ACPI_TYPE_PROCESSOR, ACPI_ROOT_OBJECT, | 346 | acpi_walk_namespace(ACPI_TYPE_PROCESSOR, ACPI_ROOT_OBJECT, |
| 347 | ACPI_UINT32_MAX, | 347 | ACPI_UINT32_MAX, |
| 348 | early_init_pdc, NULL, NULL, NULL); | 348 | early_init_pdc, NULL, NULL, NULL); |
| 349 | acpi_get_devices("ACPI0007", early_init_pdc, NULL, NULL); | ||
| 349 | } | 350 | } |
