linux/arch/powerpc/platforms/52xx
Uwe Kleine-König 059378e3ff powerpc: Mark const init data with __initconst instead of __initdata
As long as there is no other non-const variable marked __initdata in the
same compilation unit it doesn't hurt. If there were one however
compilation would fail with

	error: $variablename causes a section type conflict

because a section containing const variables is marked read only and so
cannot contain non-const variables.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Josh Boyer <jwboyer@gmail.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: cbe-oss-dev@lists.ozlabs.org
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2012-04-02 14:00:03 +10:00
..
Kconfig gpio: Move mpc5200 gpio driver to drivers/gpio 2011-07-06 11:57:15 -06:00
Makefile gpio: Move mpc5200 gpio driver to drivers/gpio 2011-07-06 11:57:15 -06:00
efika.c powerpc/5200: efika.c: Add of_node_put to avoid memory leak 2010-09-08 11:45:24 -06:00
lite5200.c of/flattree: Add of_flat_dt_match() helper function 2011-01-01 13:03:25 -07:00
lite5200_pm.c Disintegrate asm/system.h for PowerPC 2012-03-28 18:30:02 +01:00
lite5200_sleep.S
media5200.c irq_domain/powerpc: constify irq_domain_ops 2012-02-16 06:11:24 -07:00
mpc52xx_common.c powerpc/5200: convert mpc5200 to use of_platform_populate() 2012-03-21 10:40:31 +11:00
mpc52xx_gpt.c irq_domain/powerpc: constify irq_domain_ops 2012-02-16 06:11:24 -07:00
mpc52xx_lpbfifo.c powerpc: Fix up modules that should be including module.h 2011-10-31 19:30:38 -04:00
mpc52xx_pci.c powerpc: Mark const init data with __initconst instead of __initdata 2012-04-02 14:00:03 +10:00
mpc52xx_pic.c irq_domain/powerpc: constify irq_domain_ops 2012-02-16 06:11:24 -07:00
mpc52xx_pm.c suspend: constify platform_suspend_ops 2010-11-16 14:14:02 +01:00
mpc52xx_sleep.S
mpc5200_simple.c powerpc/mpc52xx: add a4m072 board support 2012-03-21 10:40:26 +11:00