aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/setup.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2008-08-17 19:13:17 -0400
committerH. Peter Anvin <hpa@zytor.com>2008-10-22 22:55:19 -0700
commit8ede0bdb63305d3353efd97e9af6210afb05734e (patch)
treea9500a323d0a2dcadca43c23b5c20186f6d9b724 /include/asm-um/setup.h
parent8569c9140bd41089f9b6be8837ca421102714a90 (diff)
downloadkernel_samsung_smdk4412-8ede0bdb63305d3353efd97e9af6210afb05734e.zip
kernel_samsung_smdk4412-8ede0bdb63305d3353efd97e9af6210afb05734e.tar.gz
kernel_samsung_smdk4412-8ede0bdb63305d3353efd97e9af6210afb05734e.tar.bz2
x86, um: initial part of asm-um move
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'include/asm-um/setup.h')
-rw-r--r--include/asm-um/setup.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/asm-um/setup.h b/include/asm-um/setup.h
deleted file mode 100644
index 99f0863..0000000
--- a/include/asm-um/setup.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef SETUP_H_INCLUDED
-#define SETUP_H_INCLUDED
-
-/* POSIX mandated with _POSIX_ARG_MAX that we can rely on 4096 chars in the
- * command line, so this choice is ok.
- */
-
-#define COMMAND_LINE_SIZE 4096
-
-#endif /* SETUP_H_INCLUDED */