tmp_suning_uos_patched/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
malta-amon.c
malta-cmdline.c
malta-console.c
malta-display.c
malta-init.c
malta-int.c
malta-memory.c
malta-pci.c
malta-platform.c
malta-reset.c
malta-setup.c
malta-smtc.c
malta-time.c