|
@@ -770,7 +770,7 @@ static struct notifier_block acpi_cpu_notifier =
|
|
.notifier_call = acpi_cpu_soft_notify,
|
|
.notifier_call = acpi_cpu_soft_notify,
|
|
};
|
|
};
|
|
|
|
|
|
-static int acpi_processor_add(struct acpi_device *device)
|
|
|
|
|
|
+static int __cpuinit acpi_processor_add(struct acpi_device *device)
|
|
{
|
|
{
|
|
struct acpi_processor *pr = NULL;
|
|
struct acpi_processor *pr = NULL;
|
|
int result = 0;
|
|
int result = 0;
|