X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Facpi%2Fprocessor.h;h=3795590e152abbc54209e71b7688d4ed7639339f;hb=4d3870431d17346c4fdd80e087b7d76f1b5941d5;hp=06ebb6ef72aa7c57689a850b4c8692016f982c7f;hpb=51558576ead54c1047e4d41440626e4f9aa015ea;p=linux-2.6 diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 06ebb6ef72..3795590e15 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h @@ -255,7 +255,7 @@ extern void acpi_processor_unregister_performance(struct int acpi_processor_notify_smm(struct module *calling_module); /* for communication between multiple parts of the processor kernel module */ -extern struct acpi_processor *processors[NR_CPUS]; +DECLARE_PER_CPU(struct acpi_processor *, processors); extern struct acpi_processor_errata errata; void arch_acpi_processor_init_pdc(struct acpi_processor *pr);