summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2014-04-14 15:54:52 +0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-04-28 10:31:58 +0400
commita5980d064fe292584da73ddd180f4f140f9ab97d (patch)
treef46237673117cb0b6c47388ba946f6f196e3e580 /arch/powerpc
parenta2dd5da77f2cc9fc9ff11ea6b699556254e94a6c (diff)
downloadlinux-a5980d064fe292584da73ddd180f4f140f9ab97d.tar.xz
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/powerpc')
-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 */