X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Facpi%2Fprocessor.h;h=3795590e152abbc54209e71b7688d4ed7639339f;hb=d2441183dc222d12961ff2201f5086c846505d93;hp=06ebb6ef72aa7c57689a850b4c8692016f982c7f;hpb=9e4144abf8a30ae221311368bbb10690ebdb4b76;p=linux-2.6-omap-h63xx.git diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 06ebb6ef72a..3795590e152 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);