]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit006a22438eeb6fabf90c1a2c15b0a7f168724cf4
tree26b6dd4e3aa81c8454d2ac399275b872972a18d5
parent27fd744631d5bd10b2a823eee646673105d5ef24
powerpc: Set CONFIG_32BIT on ppc32

commit fceb868a89d72b7982aee180fea343de8729b60d 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