diff options
| author | Rodrigo Vivi <[email protected]> | 2018-07-23 09:13:12 -0700 | 
|---|---|---|
| committer | Rodrigo Vivi <[email protected]> | 2018-07-23 09:13:12 -0700 | 
| commit | c74a7469f97c0f40b46e82ee979f9fb1bb6e847c (patch) | |
| tree | f2690a1a916b73ef94657fbf0e0141ae57701825 /arch/mips/include/uapi/asm/unistd.h | |
| parent | 6f15a7de86c8cf2dc09fc9e6d07047efa40ef809 (diff) | |
| parent | 500775074f88d9cf5416bed2ca19592812d62c41 (diff) | |
Merge drm/drm-next into drm-intel-next-queued
We need a backmerge to get DP_DPCD_REV_14 before we push other
i915 changes to dinq that could break compilation.
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'arch/mips/include/uapi/asm/unistd.h')
| -rw-r--r-- | arch/mips/include/uapi/asm/unistd.h | 18 | 
1 files changed, 12 insertions, 6 deletions
| diff --git a/arch/mips/include/uapi/asm/unistd.h b/arch/mips/include/uapi/asm/unistd.h index bb05e9916a5f..f25dd1d83fb7 100644 --- a/arch/mips/include/uapi/asm/unistd.h +++ b/arch/mips/include/uapi/asm/unistd.h @@ -388,17 +388,19 @@  #define __NR_pkey_alloc			(__NR_Linux + 364)  #define __NR_pkey_free			(__NR_Linux + 365)  #define __NR_statx			(__NR_Linux + 366) +#define __NR_rseq			(__NR_Linux + 367) +#define __NR_io_pgetevents		(__NR_Linux + 368)  /*   * Offset of the last Linux o32 flavoured syscall   */ -#define __NR_Linux_syscalls		366 +#define __NR_Linux_syscalls		368  #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */  #define __NR_O32_Linux			4000 -#define __NR_O32_Linux_syscalls		366 +#define __NR_O32_Linux_syscalls		368  #if _MIPS_SIM == _MIPS_SIM_ABI64 @@ -733,16 +735,18 @@  #define __NR_pkey_alloc			(__NR_Linux + 324)  #define __NR_pkey_free			(__NR_Linux + 325)  #define __NR_statx			(__NR_Linux + 326) +#define __NR_rseq			(__NR_Linux + 327) +#define __NR_io_pgetevents		(__NR_Linux + 328)  /*   * Offset of the last Linux 64-bit flavoured syscall   */ -#define __NR_Linux_syscalls		326 +#define __NR_Linux_syscalls		328  #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */  #define __NR_64_Linux			5000 -#define __NR_64_Linux_syscalls		326 +#define __NR_64_Linux_syscalls		328  #if _MIPS_SIM == _MIPS_SIM_NABI32 @@ -1081,15 +1085,17 @@  #define __NR_pkey_alloc			(__NR_Linux + 328)  #define __NR_pkey_free			(__NR_Linux + 329)  #define __NR_statx			(__NR_Linux + 330) +#define __NR_rseq			(__NR_Linux + 331) +#define __NR_io_pgetevents		(__NR_Linux + 332)  /*   * Offset of the last N32 flavoured syscall   */ -#define __NR_Linux_syscalls		330 +#define __NR_Linux_syscalls		332  #endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */  #define __NR_N32_Linux			6000 -#define __NR_N32_Linux_syscalls		330 +#define __NR_N32_Linux_syscalls		332  #endif /* _UAPI_ASM_UNISTD_H */ |