From: Dmitri Vorobiev Date: Mon, 23 Nov 2009 11:53:37 +0000 (+0200) Subject: MIPS: Move several variables from .bss to .init.data X-Git-Tag: v2.6.33-rc1~6^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=599a89459f316499446fdb5c817a0a4835681bae;p=pandora-kernel.git MIPS: Move several variables from .bss to .init.data Several static uninitialized variables are used in the scope of __init functions but are themselves not marked as __initdata. This patch is to put those variables to where they belong and to reduce the memory footprint a little bit. Also, a couple of lines with spaces instead of tabs were fixed. Signed-off-by: Dmitri Vorobiev Cc: linux-mips@linux-mips.org Patchwork: http://patchwork.linux-mips.org/patch/698/ Acked-by: Florian Fainelli Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed