summaryrefslogtreecommitdiff
path: root/include/asm-powerpc/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/setup.h')
-rw-r--r--include/asm-powerpc/setup.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-powerpc/setup.h b/include/asm-powerpc/setup.h
new file mode 100644
index 000000000000..3d9740aae018
--- /dev/null
+++ b/include/asm-powerpc/setup.h
@@ -0,0 +1,9 @@
+#ifndef _ASM_POWERPC_SETUP_H
+#define _ASM_POWERPC_SETUP_H
+
+#ifdef __KERNEL__
+
+#define COMMAND_LINE_SIZE 512
+
+#endif /* __KERNEL__ */
+#endif /* _ASM_POWERPC_SETUP_H */