alistair23-linux/arch/mips/bcm47xx
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
..
gpio.c MIPS: BCM47xx: Use the new SSB GPIO API 2008-10-15 12:46:50 +01:00
irq.c [MIPS] Add support for BCM47XX CPUs. 2007-10-11 23:46:02 +01:00
Makefile [MIPS] GPIO LED driver for the WGT634U machine 2007-10-11 23:46:07 +01:00
prom.c MIPS: Make local arrays with CL_SIZE static __initdata 2009-11-13 18:10:37 +01:00
serial.c [MIPS] Add support for BCM47XX CPUs. 2007-10-11 23:46:02 +01:00
setup.c MIPS: BCM47xx: Use the new SSB GPIO API 2008-10-15 12:46:50 +01:00
time.c [MIPS] Kill duplicated setup_irq() for cp0 timer 2007-10-19 18:15:58 +01:00
wgt634u.c MIPS: WGT634U: Add reset button support 2008-10-15 12:46:51 +01:00