diff options
Diffstat (limited to 'drivers/acpi/processor_core.c')
-rw-r--r-- | drivers/acpi/processor_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index ec742a4e5635..cb4283f5a79d 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c | |||
@@ -1102,7 +1102,7 @@ void acpi_processor_install_hotplug_notify(void) | |||
1102 | acpi_walk_namespace(ACPI_TYPE_PROCESSOR, | 1102 | acpi_walk_namespace(ACPI_TYPE_PROCESSOR, |
1103 | ACPI_ROOT_OBJECT, | 1103 | ACPI_ROOT_OBJECT, |
1104 | ACPI_UINT32_MAX, | 1104 | ACPI_UINT32_MAX, |
1105 | processor_walk_namespace_cb, &action, NULL); | 1105 | processor_walk_namespace_cb, NULL, &action, NULL); |
1106 | #endif | 1106 | #endif |
1107 | register_hotcpu_notifier(&acpi_cpu_notifier); | 1107 | register_hotcpu_notifier(&acpi_cpu_notifier); |
1108 | } | 1108 | } |
@@ -1115,7 +1115,7 @@ void acpi_processor_uninstall_hotplug_notify(void) | |||
1115 | acpi_walk_namespace(ACPI_TYPE_PROCESSOR, | 1115 | acpi_walk_namespace(ACPI_TYPE_PROCESSOR, |
1116 | ACPI_ROOT_OBJECT, | 1116 | ACPI_ROOT_OBJECT, |
1117 | ACPI_UINT32_MAX, | 1117 | ACPI_UINT32_MAX, |
1118 | processor_walk_namespace_cb, &action, NULL); | 1118 | processor_walk_namespace_cb, NULL, &action, NULL); |
1119 | #endif | 1119 | #endif |
1120 | unregister_hotcpu_notifier(&acpi_cpu_notifier); | 1120 | unregister_hotcpu_notifier(&acpi_cpu_notifier); |
1121 | } | 1121 | } |