linux-stable/arch/powerpc/platforms/powernv
Paul Gortmaker 061d19f279 powerpc: Delete __cpuinit usage from all users
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.

This removes all the powerpc uses of the __cpuinit macros.  There
are no __CPUINIT users in assembly files in powerpc.

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

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Josh Boyer <jwboyer@gmail.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2013-07-01 11:10:36 +10:00
..
Kconfig powerpc/powernv: Build a zImage.epapr 2013-05-24 18:13:46 +10:00
Makefile powerpc/eeh: PowerNV EEH backends 2013-06-20 17:06:43 +10:00
eeh-ioda.c powerpc/eeh: Refactor the output message 2013-07-01 11:10:33 +10:00
eeh-powernv.c powerpc/powernv: Use dev-node in PCI config accessors 2013-07-01 11:10:33 +10:00
opal-nvram.c powerpc/powernv: Add RTC and NVRAM support plus RTAS fallbacks 2011-09-20 16:09:57 +10:00
opal-rtc.c powerpc/powernv: Add RTC and NVRAM support plus RTAS fallbacks 2011-09-20 16:09:57 +10:00
opal-takeover.S powerpc: Merge STK_REG/PARAM/FRAMESIZE 2012-07-10 19:18:03 +10:00
opal-wrappers.S powerpc/eeh: Sync OPAL API with firmware 2013-06-20 17:06:17 +10:00
opal.c powernv/opal: Notifier for OPAL events 2013-06-21 16:01:50 +10:00
pci-ioda.c powerpc/eeh: Fix address catch for PowerNV 2013-07-01 11:10:32 +10:00
pci-p5ioc2.c powerpc/eeh: Initialization for PowerNV 2013-06-20 17:06:47 +10:00
pci.c powerpc/powernv: Use dev-node in PCI config accessors 2013-07-01 11:10:33 +10:00
pci.h powerpc/powernv: Use dev-node in PCI config accessors 2013-07-01 11:10:33 +10:00
powernv.h powerpc/powernv: Improve kexec reliability 2013-05-10 16:59:18 +10:00
setup.c powernv/opal: Disable OPAL notifier upon poweroff 2013-06-21 16:01:51 +10:00
smp.c powerpc: Delete __cpuinit usage from all users 2013-07-01 11:10:36 +10:00