diff options
Diffstat (limited to 'include/asm-powerpc')
| -rw-r--r-- | include/asm-powerpc/systbl.h | 1 | ||||
| -rw-r--r-- | include/asm-powerpc/unistd.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-powerpc/systbl.h b/include/asm-powerpc/systbl.h index 700ca5928741..1cc3f9cb6f4e 100644 --- a/include/asm-powerpc/systbl.h +++ b/include/asm-powerpc/systbl.h | |||
| @@ -311,3 +311,4 @@ COMPAT_SYS_SPU(utimensat) | |||
| 311 | COMPAT_SYS_SPU(signalfd) | 311 | COMPAT_SYS_SPU(signalfd) |
| 312 | COMPAT_SYS_SPU(timerfd) | 312 | COMPAT_SYS_SPU(timerfd) |
| 313 | SYSCALL_SPU(eventfd) | 313 | SYSCALL_SPU(eventfd) |
| 314 | COMPAT_SYS_SPU(sync_file_range2) | ||
diff --git a/include/asm-powerpc/unistd.h b/include/asm-powerpc/unistd.h index e3c28dc31abf..f71c6061f1ec 100644 --- a/include/asm-powerpc/unistd.h +++ b/include/asm-powerpc/unistd.h | |||
| @@ -330,10 +330,11 @@ | |||
| 330 | #define __NR_signalfd 305 | 330 | #define __NR_signalfd 305 |
| 331 | #define __NR_timerfd 306 | 331 | #define __NR_timerfd 306 |
| 332 | #define __NR_eventfd 307 | 332 | #define __NR_eventfd 307 |
| 333 | #define __NR_sync_file_range2 308 | ||
| 333 | 334 | ||
| 334 | #ifdef __KERNEL__ | 335 | #ifdef __KERNEL__ |
| 335 | 336 | ||
| 336 | #define __NR_syscalls 308 | 337 | #define __NR_syscalls 309 |
| 337 | 338 | ||
| 338 | #define __NR__exit __NR_exit | 339 | #define __NR__exit __NR_exit |
| 339 | #define NR_syscalls __NR_syscalls | 340 | #define NR_syscalls __NR_syscalls |
