linux-kernel-test/arch/mips/txx9/generic
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
..
7segled.c MIPS: TXx9: 7 segment LED support 2008-10-27 16:18:27 +00:00
irq_tx3927.c
irq_tx4927.c MIPS: TXx9: Raise priority of interrupts for errors, timers, SIO 2008-10-11 16:18:43 +01:00
irq_tx4938.c MIPS: TXx9: Raise priority of interrupts for errors, timers, SIO 2008-10-11 16:18:43 +01:00
irq_tx4939.c MIPS: TXx9: Add TX4939 SoC support 2008-10-11 16:18:49 +01:00
Makefile MIPS: TXx9: 7 segment LED support 2008-10-27 16:18:27 +00:00
mem_tx4927.c MIPS: Eleminate filenames from comments 2009-08-03 17:52:40 +01:00
pci.c MIPS: TXx9: Disable PM capability of TX493[89] internal ether 2009-09-17 20:07:43 +02:00
setup_tx3927.c MIPS: TXx9: Add mtd support 2008-10-11 16:18:42 +01:00
setup_tx4927.c MIPS: TXx9: Add ACLC support 2009-06-17 11:06:25 +01:00
setup_tx4938.c MIPS: TXx9: Add SRAMC support 2009-06-17 11:06:27 +01:00
setup_tx4939.c MIPS: TXx9: Add TX4939 RNG support 2009-06-17 11:06:27 +01:00
setup.c MIPS: Make local arrays with CL_SIZE static __initdata 2009-11-13 18:10:37 +01:00
smsc_fdc37m81x.c
spi_eeprom.c MIPS: TXx9: Make spi_eeprom.c more generic 2008-10-11 16:18:44 +01:00