summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorkerstin jonsson <kerstin.jonsson@ericsson.com>2010-10-22 00:17:55 (GMT)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-11-18 03:54:23 (GMT)
commit234a71a7d64832e4aa8d9b5c80133480b86f6de3 (patch)
tree26b6dd4e3aa81c8454d2ac399275b872972a18d5 /arch/powerpc
parent4a89261b02d421cc1bcadaaebb90bb7919db0854 (diff)
downloadlinux-fsl-qoriq-234a71a7d64832e4aa8d9b5c80133480b86f6de3.tar.xz
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index b644719..e625e9e 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -4,6 +4,10 @@ config PPC32
bool
default y if !PPC64
+config 32BIT
+ bool
+ default y if PPC32
+
config 64BIT
bool
default y if PPC64