lkml.org 
[lkml]   [2017]   [Oct]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC PATCH for 4.15 11/14] cpu_opv: Wire up powerpc system call
    Date
    Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
    CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    CC: Paul Mackerras <paulus@samba.org>
    CC: Michael Ellerman <mpe@ellerman.id.au>
    CC: Boqun Feng <boqun.feng@gmail.com>
    CC: Peter Zijlstra <peterz@infradead.org>
    CC: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
    CC: linuxppc-dev@lists.ozlabs.org
    ---
    arch/powerpc/include/asm/systbl.h | 1 +
    arch/powerpc/include/asm/unistd.h | 2 +-
    arch/powerpc/include/uapi/asm/unistd.h | 1 +
    3 files changed, 3 insertions(+), 1 deletion(-)

    diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h
    index a805a4d10d1c..2846dfded7fe 100644
    --- a/arch/powerpc/include/asm/systbl.h
    +++ b/arch/powerpc/include/asm/systbl.h
    @@ -389,3 +389,4 @@ COMPAT_SYS_SPU(pwritev2)
    SYSCALL(kexec_file_load)
    SYSCALL(statx)
    SYSCALL(rseq)
    +SYSCALL(cpu_opv)
    diff --git a/arch/powerpc/include/asm/unistd.h b/arch/powerpc/include/asm/unistd.h
    index e76bd5601ea4..48f80f452e31 100644
    --- a/arch/powerpc/include/asm/unistd.h
    +++ b/arch/powerpc/include/asm/unistd.h
    @@ -12,7 +12,7 @@
    #include <uapi/asm/unistd.h>


    -#define NR_syscalls 385
    +#define NR_syscalls 386

    #define __NR__exit __NR_exit

    diff --git a/arch/powerpc/include/uapi/asm/unistd.h b/arch/powerpc/include/uapi/asm/unistd.h
    index 854a8db4144e..c739299b5279 100644
    --- a/arch/powerpc/include/uapi/asm/unistd.h
    +++ b/arch/powerpc/include/uapi/asm/unistd.h
    @@ -395,5 +395,6 @@
    #define __NR_kexec_file_load 382
    #define __NR_statx 383
    #define __NR_rseq 384
    +#define __NR_cpu_opv 385

    #endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */
    --
    2.11.0
    \
     
     \ /
      Last update: 2017-10-13 01:07    [W:4.142 / U:0.352 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site