From: Palmer Dabbelt <palmer@rivosinc.com>
To: Arnd Bergmann <arnd@arndb.de>,
linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Palmer Dabbelt <palmer@rivosinc.com>
Subject: [PATCH v2 06/24] microblaze: Remove COMMAND_LINE_SIZE from uapi
Date: Sat, 10 Dec 2022 22:13:40 -0800 [thread overview]
Message-ID: <20221211061358.28035-7-palmer@rivosinc.com> (raw)
In-Reply-To: <20221211061358.28035-1-palmer@rivosinc.com>
As far as I can tell this is not used by userspace and thus should not
be part of the user-visible API.
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
---
This leaves an empty <uapi/asm/setup.h>, which will soon be cleaned up.
---
arch/microblaze/include/asm/setup.h | 2 +-
arch/microblaze/include/uapi/asm/setup.h | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/microblaze/include/asm/setup.h b/arch/microblaze/include/asm/setup.h
index a06cc1f97aa9..2becbf3b8baf 100644
--- a/arch/microblaze/include/asm/setup.h
+++ b/arch/microblaze/include/asm/setup.h
@@ -7,7 +7,7 @@
#ifndef _ASM_MICROBLAZE_SETUP_H
#define _ASM_MICROBLAZE_SETUP_H
-#include <uapi/asm/setup.h>
+#define COMMAND_LINE_SIZE 256
# ifndef __ASSEMBLY__
extern char cmd_line[COMMAND_LINE_SIZE];
diff --git a/arch/microblaze/include/uapi/asm/setup.h b/arch/microblaze/include/uapi/asm/setup.h
index 6831794e6f2c..51aed65880e7 100644
--- a/arch/microblaze/include/uapi/asm/setup.h
+++ b/arch/microblaze/include/uapi/asm/setup.h
@@ -12,8 +12,6 @@
#ifndef _UAPI_ASM_MICROBLAZE_SETUP_H
#define _UAPI_ASM_MICROBLAZE_SETUP_H
-#define COMMAND_LINE_SIZE 256
-
# ifndef __ASSEMBLY__
# endif /* __ASSEMBLY__ */
--
2.38.1
next prev parent reply other threads:[~2022-12-11 6:18 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-11 6:13 [PATCH v2 00/24] Remove COMMAND_LINE_SIZE from uapi Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 01/24] alpha: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 02/24] arm: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 03/24] arm64: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 04/24] ia64: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 05/24] m68k: " Palmer Dabbelt
2023-01-16 10:07 ` Geert Uytterhoeven
2022-12-11 6:13 ` Palmer Dabbelt [this message]
2022-12-11 6:13 ` [PATCH v2 07/24] mips: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 08/24] parisc: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 09/24] powerpc: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 10/24] sparc: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 11/24] xtensa: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 12/24] asm-generic: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 13/24] alpha: Remove empty <uapi/asm/setup.h> Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 14/24] arc: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 15/24] arm64: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 16/24] m68k: " Palmer Dabbelt
2023-01-16 10:07 ` Geert Uytterhoeven
2022-12-11 6:13 ` [PATCH v2 17/24] microblaze: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 18/24] mips: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 19/24] parisc: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 20/24] powerpc: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 21/24] s390: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 22/24] sparc: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 23/24] x86: " Palmer Dabbelt
2022-12-11 6:13 ` [PATCH v2 24/24] xtensa: " Palmer Dabbelt
2023-02-10 17:10 ` [PATCH v2 00/24] Remove COMMAND_LINE_SIZE from uapi Alexandre Ghiti
2023-02-10 19:37 ` Arnd Bergmann
2023-02-13 7:40 ` Alexandre Ghiti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221211061358.28035-7-palmer@rivosinc.com \
--to=palmer@rivosinc.com \
--cc=arnd@arndb.de \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox