lkml.org 
[lkml]   [2022]   [Dec]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH v2 07/24] mips: Remove COMMAND_LINE_SIZE from uapi
    Date
    From
    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/mips/include/asm/setup.h | 3 ++-
    arch/mips/include/uapi/asm/setup.h | 3 ---
    2 files changed, 2 insertions(+), 4 deletions(-)

    diff --git a/arch/mips/include/asm/setup.h b/arch/mips/include/asm/setup.h
    index 8c56b862fd9c..a13b9259b476 100644
    --- a/arch/mips/include/asm/setup.h
    +++ b/arch/mips/include/asm/setup.h
    @@ -3,7 +3,8 @@
    #define _MIPS_SETUP_H

    #include <linux/types.h>
    -#include <uapi/asm/setup.h>
    +
    +#define COMMAND_LINE_SIZE 4096

    extern void prom_putchar(char);
    extern void setup_early_printk(void);
    diff --git a/arch/mips/include/uapi/asm/setup.h b/arch/mips/include/uapi/asm/setup.h
    index 7d48c433b0c2..157c3c392fb4 100644
    --- a/arch/mips/include/uapi/asm/setup.h
    +++ b/arch/mips/include/uapi/asm/setup.h
    @@ -2,7 +2,4 @@
    #ifndef _UAPI_MIPS_SETUP_H
    #define _UAPI_MIPS_SETUP_H

    -#define COMMAND_LINE_SIZE 4096
    -
    -
    #endif /* _UAPI_MIPS_SETUP_H */
    --
    2.38.1
    \
     
     \ /
      Last update: 2022-12-11 07:19    [W:5.116 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site