MIPS: Move several variables from .bss to .init.data
authorDmitri Vorobiev <dmitri.vorobiev@movial.com>
Mon, 23 Nov 2009 11:53:37 +0000 (13:53 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 17 Dec 2009 01:57:27 +0000 (01:57 +0000)
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 <dmitri.vorobiev@movial.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/698/
Acked-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found