1
0
Fork 0
alistair23-linux/arch/mips/mti-sead3
Paul Gortmaker 078a55fc82 MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code
commit 3747069b25e419f6b51395f48127e9812abc3596 upstream.

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)
and are flagged as __cpuinit  -- so if we remove the __cpuinit from
the arch specific callers, we will also get section mismatch warnings.
As an intermediate step, we intend to turn the linux/init.h cpuinit
related content into no-ops as early as possible, since that will get
rid of these warnings.  In any case, they are temporary and harmless.

Here, we remove all the MIPS __cpuinit from C code and __CPUINIT
from asm files.  MIPS is interesting in this respect, because there
are also uasm users hiding behind their own renamed versions of the
__cpuinit macros.

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

[ralf@linux-mips.org: Folded in Paul's followup fix.]

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5494/
Patchwork: https://patchwork.linux-mips.org/patch/5495/
Patchwork: https://patchwork.linux-mips.org/patch/5509/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2013-07-14 19:36:51 -04:00
..
Makefile MIPS: FW: sead3: Use new common FW library variable processing. 2013-05-08 12:30:09 +02:00
Platform MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
leds-sead3.c MIPS: sead3: Use generic suspend/resume for LEDs. 2013-05-08 12:30:09 +02:00
sead3-console.c MIPS: FW: sead3: Use new common FW library variable processing. 2013-05-08 12:30:09 +02:00
sead3-display.c MIPS: FW: Remove obsolete header file for MTI platforms. 2013-05-08 12:30:10 +02:00
sead3-ehci.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-i2c-dev.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-i2c-drv.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
sead3-i2c.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-init.c MIPS: microMIPS: Add support for exception handling. 2013-05-09 17:55:18 +02:00
sead3-int.c MIPS: Move 'gic_present' to common location. 2013-05-09 17:55:20 +02:00
sead3-lcd.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-leds.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-mtd.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-net.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
sead3-pic32-bus.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
sead3-pic32-i2c-drv.c MIPS: Whitespace cleanup. 2013-02-01 10:00:22 +01:00
sead3-platform.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-reset.c MIPS: sead3: Fix ability to perform a soft reset. 2013-06-21 18:07:01 +02:00
sead3-serial.c MIPS: Add core files for MIPS SEAD-3 development platform. 2012-09-13 15:43:46 -05:00
sead3-setup.c MIPS: FW: Remove obsolete header file for MTI platforms. 2013-05-08 12:30:10 +02:00
sead3-time.c MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code 2013-07-14 19:36:51 -04:00
sead3.dts MIPS: SEAD3: Implement OF support. 2013-02-01 10:00:21 +01:00