]> bbs.cooldavid.org Git - net-next-2.6.git/commit
MIPS: Make local arrays with CL_SIZE static __initdata
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Sat, 7 Nov 2009 17:20:37 +0000 (02:20 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 Nov 2009 17:10:37 +0000 (18:10 +0100)
commitc4304529543114a5df7eeec31ec5ee5c7c924738
tree4453815cc058c35dfc488a2cae6d7cafb0c82192
parentf8ac04255dc8baa1c018e8028222d842efa56e6b
MIPS: Make local arrays with CL_SIZE static __initdata

Since commit 22242681cff52bfb7cba5d2a37b91802be7a4e4c ("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>
arch/mips/bcm47xx/prom.c
arch/mips/mti-malta/malta-memory.c
arch/mips/rb532/prom.c
arch/mips/txx9/generic/setup.c