linux-sg2042/arch/sh/kernel/cpu/sh2a
Paul Gortmaker 4603f53a1d sh: delete __cpuinit usage from all sh files
The __cpuinit type of throwaway sections might have made sense
some time ago when RAM was more constrained, but now the savings
do not offset the cost and complications.  For example, the fix in
commit 5e427ec2d0 ("x86: Fix bit corruption at CPU resume time")
is a good example of the nasty type of bugs that can be created
with improper use of the various __init prefixes.

After a discussion on LKML[1] it was decided that cpuinit should go
the way of devinit and be phased out.  Once all the users are gone,
we can then finally remove the macros themselves from linux/init.h.

Note that some harmless section mismatch warnings may result, since
notify_cpu_starting() and cpu_up() are arch independent (kernel/cpu.c)
are flagged as __cpuinit  -- so if we remove the __cpuinit from
arch specific callers, we will also get section mismatch warnings.
As an intermediate step, we intend to turn the linux/init.h cpuinit
content into no-ops as early as possible, since that will get rid
of these warnings.  In any case, they are temporary and harmless.

This removes all the arch/sh uses of the __cpuinit macros from
all C files.  Currently sh does not have any __CPUINIT used in
assembly files.

[1] https://lkml.org/lkml/2013/5/20/589

Cc: Paul Mundt <lethal@linux-sh.org>
Cc: linux-sh@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2013-07-14 19:36:53 -04:00
..
Makefile sh: replace CONFIG_GENERIC_GPIO by CONFIG_GPIOLIB 2013-03-20 22:48:15 +09:00
clock-sh7201.c sh: sh2a sh_clk_ops rename 2012-03-12 22:19:11 +01:00
clock-sh7203.c sh: sh2a sh_clk_ops rename 2012-03-12 22:19:11 +01:00
clock-sh7206.c sh: sh2a sh_clk_ops rename 2012-03-12 22:19:11 +01:00
clock-sh7264.c sh: Add sh7264 device 2012-05-10 11:49:54 +09:00
clock-sh7269.c sh: Add sh7269 device 2012-05-10 17:19:59 +09:00
entry.S sh: Make sure rte delay slots are nopped out on all parts. 2009-08-15 07:41:45 +09:00
ex.S sh: Fix sh2a vbr table for more than 255 irqs 2012-03-07 15:26:03 +09:00
fpu.c sh: fix up fallout from system.h disintegration. 2012-03-30 19:29:57 +09:00
opcode_helper.c Disintegrate asm/system.h for SH 2012-03-28 18:30:03 +01:00
pinmux-sh7203.c sh: sh7203: Add pin control resources 2013-03-15 13:33:50 +01:00
pinmux-sh7264.c sh: sh7264: Add pin control resources 2013-03-15 13:33:51 +01:00
pinmux-sh7269.c sh: sh7269: Fix compilation by adding missing includes 2013-04-02 11:09:45 +09:00
probe.c sh: delete __cpuinit usage from all sh files 2013-07-14 19:36:53 -04:00
setup-mxg.c sh: sh2: Change the specification method of IRQ to SCIx_IRQ_MUXED 2012-04-17 16:17:33 +09:00
setup-sh7201.c sh: sh2: Change the specification method of IRQ to SCIx_IRQ_MUXED 2012-04-17 16:17:33 +09:00
setup-sh7203.c sh: sh2: Change the specification method of IRQ to SCIx_IRQ_MUXED 2012-04-17 16:17:33 +09:00
setup-sh7206.c sh: sh2: Change the specification method of IRQ to SCIx_IRQ_MUXED 2012-04-17 16:17:33 +09:00
setup-sh7264.c sh: Add sh7264 device 2012-05-10 11:49:54 +09:00
setup-sh7269.c sh: Add sh7269 device 2012-05-10 17:19:59 +09:00