1
0
Fork 0
alistair23-linux/arch/mips/mti-malta
Atsushi Nemoto c430452954 MIPS: Make local arrays with CL_SIZE static __initdata
Since commit 22242681cf ("MIPS: Extend
COMMAND_LINE_SIZE"), CL_SIZE is 4096 and local array variables with this
size will cause an build failure with default CONFIG_FRAME_WARN settings.

Although current users of such array variables are all early bootstrap
code and not likely to cause real stack overflow (thread_info corruption),
it is preferable to  to declare these arrays static with __initdata.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2009-11-13 18:10:37 +01:00
..
Makefile MIPS: Malta: Consolidate platform device code. 2008-12-04 17:47:28 +00: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 [MIPS] Malta: Cleanup organization of code into directories. 2008-07-15 18:44:34 +01:00
malta-console.c [MIPS] Malta: Cleanup organization of code into directories. 2008-07-15 18:44:34 +01:00
malta-display.c [MIPS] Malta: Cleanup organization of code into directories. 2008-07-15 18:44:34 +01:00
malta-init.c MIPS: Remove useless zero initializations. 2009-09-17 20:07:51 +02:00
malta-int.c MIPS: GCMP: Avoid accessing registers when they are not present 2009-11-02 12:00:06 +01:00
malta-memory.c MIPS: Make local arrays with CL_SIZE static __initdata 2009-11-13 18:10:37 +01:00
malta-pci.c MIPS: GIC: Random fixes and enhancements. 2009-11-02 12:00:06 +01:00
malta-platform.c MIPS: Malta: Consolidate platform device code. 2008-12-04 17:47:28 +00:00
malta-reset.c MIPS: Malta: Convert reset initialization to initcall. 2009-09-17 20:07:43 +02:00
malta-setup.c MIPS: Malta: Convert reset initialization to initcall. 2009-09-17 20:07:43 +02:00
malta-smtc.c cpumask: arch_send_call_function_ipi_mask: mips 2009-09-24 09:34:45 +09:30
malta-time.c timekeeping: Increase granularity of read_persistent_clock() 2009-08-15 10:55:46 +02:00