From: Jonathan Cameron Date: Mon, 8 Mar 2010 17:44:19 +0000 (+0000) Subject: [ARM] pxa: fix for variables in uncompress.h being discarded X-Git-Tag: v2.6.34-rc3~35^2~2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a8ac187e03027a958b289dd8701ca9c013ab096;p=pandora-kernel.git [ARM] pxa: fix for variables in uncompress.h being discarded Due to commit: 5de813b ARM: Eliminate decompressor -Dstatic= PIC hack The data section will be discarded for the decompressor, thus move the static variables into BSS section by initializing them at run time. Signed-off-by: Jonathan Cameron Signed-off-by: Eric Miao --- Reading git-diff-tree failed