powerpc: Set CONFIG_32BIT on ppc32
authorkerstin jonsson <kerstin.jonsson@ericsson.com>
Fri, 22 Oct 2010 00:17:55 +0000 (00:17 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 18 Nov 2010 03:54:23 +0000 (14:54 +1100)
commit234a71a7d64832e4aa8d9b5c80133480b86f6de3
tree26b6dd4e3aa81c8454d2ac399275b872972a18d5
parent4a89261b02d421cc1bcadaaebb90bb7919db0854
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 <kerstin.jonsson@ericsson.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Kconfig