From: Prarit Bhargava Date: Wed, 11 Aug 2010 01:03:40 +0000 (-0700) Subject: lib/decompress_bunzip2.c: fix checkstack warning X-Git-Tag: v2.6.36-rc1~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd21e9bdff14a9882f2c485fe533c6ce64ea2675;p=pandora-kernel.git lib/decompress_bunzip2.c: fix checkstack warning Fix checkstack error: lib/decompress_bunzip2.c: In function `get_next_block': lib/decompress_bunzip2.c:511: warning: the frame size of 1932 bytes is larger than 1024 bytes byteCount, symToByte, and mtfSymbol cannot be declared static or allocated dynamically so place them in the bunzip_data struct. Signed-off-by: Prarit Bhargava Cc: Phillip Lougher Cc: "H. Peter Anvin" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed