From: kerstin jonsson Date: Fri, 22 Oct 2010 00:17:55 +0000 (+0000) Subject: powerpc: Set CONFIG_32BIT on ppc32 X-Git-Tag: v2.6.37-rc3~21^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=234a71a7d64832e4aa8d9b5c80133480b86f6de3;p=pandora-kernel.git powerpc: Set CONFIG_32BIT on ppc32 commit ffe8018c3424892c9590048fc36caa6c3e0c8a76 of the -mm tree fixes the initramfs size calculation for e.g. s390 but breaks it for 32bit architectures which do not define CONFIG_32BIT. This patch fix the problem for PPC32 which will elsewise end up with a __initramfs_size of 0. Signed-off-by: Kerstin Jonsson Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed