linux/arch/mips/rb532
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
..
devices.c Input: add driver for S1 button of rb532 2009-03-09 20:10:12 -07:00
gpio.c MIPS: RB532: Export rb532_gpio_set_func() 2009-01-30 21:33:01 +00:00
irq.c MIPS: RB532: Check irq number when handling GPIO interrupts 2009-06-17 11:06:27 +01:00
Makefile [MIPS] Routerboard 532: Support for base system 2008-07-20 14:38:18 +01:00
prom.c MIPS: Make local arrays with CL_SIZE static __initdata 2009-11-13 18:10:37 +01:00
serial.c MIPS: RB532: Detect uart type, add platform device 2009-01-30 21:33:00 +00:00
setup.c MIPS: RB532: Cleanup the headers again 2008-10-11 16:18:46 +01:00
time.c MIPS: Kill unused <asm/debug.h> inclusions 2008-10-15 12:46:52 +01:00