Sam Ravnborg 7769bd1c65 [SPARC64]: Fix section mismatchs from dr_cpu_data
Fix following warnings:
WARNING: vmlinux.o(.text+0x4b258): Section mismatch in reference from the function dr_cpu_data() to the function .devinit.text:mdesc_fill_in_cpu_data()
WARNING: vmlinux.o(.text+0x4b290): Section mismatch in reference from the function dr_cpu_data() to the function .cpuinit.text:cpu_up()

mdesc_fill_in_cpu_data() is only used during early init and for
cpu hotplug so the __cpuinit annotation is the correct choice.
We have the call chain:
dr_cpu_data() => dr_cpu_configure() => mdesc_fill_in_cpu_data()

dr_cpu_data() is used only during early init and for cpu
hotplug. So annotating them all __cpuinit solves the
section mismatch and should be correct.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-02-24 19:47:51 -08:00
..
2007-05-11 05:38:25 -04:00
2007-10-27 00:13:04 -07:00
2008-02-07 03:00:17 -08:00
2008-02-07 02:58:40 -08:00
2005-04-16 15:20:36 -07:00
2007-07-29 17:09:29 -07:00
2007-12-05 05:37:57 -08:00
2007-11-06 21:23:11 -08:00
2007-10-13 21:53:14 -07:00
2007-10-22 02:16:45 -07:00
2008-02-18 16:40:10 -08:00
2007-10-27 00:13:04 -07:00
2008-02-18 15:28:16 -08:00
2008-02-18 15:28:16 -08:00
2007-05-08 11:14:58 -07:00
2008-02-06 10:41:02 -08:00
2006-03-20 01:14:19 -08:00
2007-07-26 11:11:56 -07:00