aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2014-04-14 21:54:52 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-04-28 16:31:58 +1000
commita5980d064fe292584da73ddd180f4f140f9ab97d (patch)
treef46237673117cb0b6c47388ba946f6f196e3e580 /arch
parentpowerpc: Rename duplicate COMMAND_LINE_SIZE define (diff)
downloadlinux-dev-a5980d064fe292584da73ddd180f4f140f9ab97d.tar.xz
linux-dev-a5980d064fe292584da73ddd180f4f140f9ab97d.zip
powerpc: Bump COMMAND_LINE_SIZE to 2048
I've had a report that the current limit is too small for an automated network based installer. Bump it. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/include/uapi/asm/setup.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/include/uapi/asm/setup.h b/arch/powerpc/include/uapi/asm/setup.h
index 552df83f1a49..ae3fb68cb28e 100644
--- a/arch/powerpc/include/uapi/asm/setup.h
+++ b/arch/powerpc/include/uapi/asm/setup.h
@@ -1 +1,6 @@
-#include <asm-generic/setup.h>
+#ifndef _UAPI_ASM_POWERPC_SETUP_H
+#define _UAPI_ASM_POWERPC_SETUP_H
+
+#define COMMAND_LINE_SIZE 2048
+
+#endif /* _UAPI_ASM_POWERPC_SETUP_H */