aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/uapi
diff options
context:
space:
mode:
authorSven Schnelle <svens@linux.ibm.com>2021-09-29 09:09:34 +0200
committerVasily Gorbik <gor@linux.ibm.com>2021-10-26 15:21:31 +0200
commit622021cd6c560ce7aaaf7294a732177a30c9d65f (patch)
tree531938c1100479285f28ddefabba0ecdd0ec22a4 /arch/s390/include/uapi
parents390: support command lines longer than 896 bytes (diff)
downloadlinux-dev-622021cd6c560ce7aaaf7294a732177a30c9d65f.tar.xz
linux-dev-622021cd6c560ce7aaaf7294a732177a30c9d65f.zip
s390: make command line configurable
Allow to configure the command line to an arbitrary length, with a default of 4096 bytes. Also remove COMMAND_LINE_SIZE from include/uapi/asm/setup.h as this is dynamic now and doesn't tell anything about the command line size limitations of a new kernel that might be loaded. Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/uapi')
-rw-r--r--arch/s390/include/uapi/asm/setup.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/s390/include/uapi/asm/setup.h b/arch/s390/include/uapi/asm/setup.h
index 9b685536c31c..598d769e76df 100644
--- a/arch/s390/include/uapi/asm/setup.h
+++ b/arch/s390/include/uapi/asm/setup.h
@@ -1,12 +1 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-/*
- * S390 version
- * Copyright IBM Corp. 1999, 2010
- */
-
-#ifndef _UAPI_ASM_S390_SETUP_H
-#define _UAPI_ASM_S390_SETUP_H
-
-#define COMMAND_LINE_SIZE 4096
-
-#endif /* _UAPI_ASM_S390_SETUP_H */