summaryrefslogtreecommitdiff
path: root/arch/parisc/include/uapi/asm/setup.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-10-19 11:02:02 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-19 11:02:02 -0700
commit22054fbe7adbdd6db5cc766912ac41ab20b016ef (patch)
tree82aa8fdb0aca6ca721776d670404d30647c5c903 /arch/parisc/include/uapi/asm/setup.h
parentea26d0cff44420052495731af34fcab561d3953a (diff)
parent6238559f0b709c02f680f584b9a1aaa3eb660d39 (diff)
downloadlinux-3.10-22054fbe7adbdd6db5cc766912ac41ab20b016ef.tar.gz
linux-3.10-22054fbe7adbdd6db5cc766912ac41ab20b016ef.tar.bz2
linux-3.10-22054fbe7adbdd6db5cc766912ac41ab20b016ef.zip
Merge tag 'parisc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6
Pull PARISC changes from James Bottomley: "This is a couple of high code motion patches (all within arch/parisc) I'd like to apply at -rc1 to avoid conflicts with anything else. One moves us on to the generated instead of included asm file model and the other is a pull request from David Howells for UAPI disintegration. Signed-off-by: James Bottomley <JBottomley@Parallels.com>" * tag 'parisc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6: UAPI: (Scripted) Disintegrate arch/parisc/include/asm [PARISC] asm: redo generic includes
Diffstat (limited to 'arch/parisc/include/uapi/asm/setup.h')
-rw-r--r--arch/parisc/include/uapi/asm/setup.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/parisc/include/uapi/asm/setup.h b/arch/parisc/include/uapi/asm/setup.h
new file mode 100644
index 00000000000..7da2e5b8747
--- /dev/null
+++ b/arch/parisc/include/uapi/asm/setup.h
@@ -0,0 +1,6 @@
+#ifndef _PARISC_SETUP_H
+#define _PARISC_SETUP_H
+
+#define COMMAND_LINE_SIZE 1024
+
+#endif /* _PARISC_SETUP_H */