Thomas Renninger bf8b4542f9 ACPI processor: Fix section mismatch for processor_add()
Due to the merge of processor_start() (declared with __cpuinit) into
processor_add(), a section mismatch warning appears:

WARNING: drivers/built-in.o(.text+0x4d59d): Section mismatch in reference
from the function acpi_processor_add() to the function
.cpuinit.text:acpi_processor_power_init()
...

This patch fixes the warning by declaring processor_add() as __cpuinit
and also declares acpi_processor_add_fs() as __cpuinit as it is only
used in acpi_processor_add().

Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
2009-12-16 14:21:51 -05:00
..
2009-10-06 13:55:56 -04:00
2009-12-16 03:21:22 -05:00
2009-12-16 00:07:21 -05:00
2009-09-25 14:24:30 -04:00
2009-09-19 01:45:22 -04:00
2009-10-03 01:08:28 -04:00
2009-09-19 01:45:22 -04:00
2009-12-16 01:53:19 -05:00
2009-06-17 23:32:23 -04:00
2009-09-19 00:37:13 -04:00
2009-10-02 11:03:12 -04:00