From: Atsushi Nemoto Date: Sat, 7 Nov 2009 17:20:37 +0000 (+0900) Subject: MIPS: Make local arrays with CL_SIZE static __initdata X-Git-Tag: v2.6.32-rc8~36^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4304529543114a5df7eeec31ec5ee5c7c924738;p=pandora-kernel.git 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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed