linux/arch/mips/mti-malta
Uwe Kleine-König 4a043d79dc mips: 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: linux-mips@linux-mips.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: kernel@pengutronix.de
Patchwork: https://patchwork.linux-mips.org/patch/3565/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2012-07-19 11:23:43 +02:00
..
Makefile MIPS: Malta: Migrate to new platform makefile style. 2010-08-05 13:25:50 +01:00
malta-amon.c MIPS: CMP: Fix memory barriers for correct operation of amon_cpu_start 2009-11-02 12:00:05 +01:00
malta-cmdline.c
malta-console.c
malta-display.c
malta-init.c Disintegrate asm/system.h for MIPS 2012-03-28 18:30:02 +01:00
malta-int.c Disintegrate asm/system.h for MIPS 2012-03-28 18:30:02 +01:00
malta-memory.c tree-wide: fix comment/printk typos 2010-11-01 15:38:34 -04:00
malta-pci.c MIPS: Malta: Change start address to avoid conflicts. 2012-07-19 11:23:43 +02:00
malta-platform.c MIPS: Add missing #inclusions of <linux/irq.h> 2010-10-07 14:08:54 +01:00
malta-reset.c MIPS: Malta: Convert reset initialization to initcall. 2009-09-17 20:07:43 +02:00
malta-setup.c mips: mark const init data with __initconst instead of __initdata 2012-07-19 11:23:43 +02:00
malta-smtc.c MIPS: Malta SMTC: Fix build. 2011-07-20 23:12:10 +01:00
malta-time.c Disintegrate asm/system.h for MIPS 2012-03-28 18:30:02 +01:00
Platform MIPS: Malta: Migrate to new platform makefile style. 2010-08-05 13:25:50 +01:00