summaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/setup.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-08-20 11:52:15 +0200
committerIngo Molnar <mingo@elte.hu>2008-08-20 11:52:15 +0200
commit7393423dd9b5790a3115873be355e9fc862bce8f (patch)
treefc83214602c8ce41dc06d5c8e21deada679521f7 /arch/alpha/include/asm/setup.h
parentx86: <asm/asm.h> consistency cleanups (diff)
parentMerge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... (diff)
downloadlinux-7393423dd9b5790a3115873be355e9fc862bce8f.tar.xz
linux-7393423dd9b5790a3115873be355e9fc862bce8f.zip
Merge branch 'linus' into x86/cleanups
Diffstat (limited to 'arch/alpha/include/asm/setup.h')
-rw-r--r--arch/alpha/include/asm/setup.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/setup.h b/arch/alpha/include/asm/setup.h
new file mode 100644
index 000000000000..2e023a4aa317
--- /dev/null
+++ b/arch/alpha/include/asm/setup.h
@@ -0,0 +1,6 @@
+#ifndef __ALPHA_SETUP_H
+#define __ALPHA_SETUP_H
+
+#define COMMAND_LINE_SIZE 256
+
+#endif