Skip to content

Commit

Permalink
ia64: Remove COMMAND_LINE_SIZE from uapi
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
palmer-dabbelt authored and intel-lab-lkp committed Jan 25, 2023
1 parent 42f96c3 commit 235c8a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions arch/ia64/include/asm/setup.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */

#ifndef __IA64_SETUP_H
#define __IA64_SETUP_H

#define COMMAND_LINE_SIZE 2048

#endif
6 changes: 2 additions & 4 deletions arch/ia64/include/uapi/asm/setup.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __IA64_SETUP_H
#define __IA64_SETUP_H

#define COMMAND_LINE_SIZE 2048
#ifndef __UAPI_IA64_SETUP_H
#define __UAPI_IA64_SETUP_H

extern struct ia64_boot_param {
__u64 command_line; /* physical address of command line arguments */
Expand Down

0 comments on commit 235c8a9

Please sign in to comment.