diff options
Diffstat (limited to 'arch/h8300')
| -rw-r--r-- | arch/h8300/include/asm/unistd.h | 3 | ||||
| -rw-r--r-- | arch/h8300/kernel/syscalls.S | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/h8300/include/asm/unistd.h b/arch/h8300/include/asm/unistd.h index 50f2c5a3659..2c3f8e60b1e 100644 --- a/arch/h8300/include/asm/unistd.h +++ b/arch/h8300/include/asm/unistd.h | |||
| @@ -325,10 +325,11 @@ | |||
| 325 | #define __NR_move_pages 317 | 325 | #define __NR_move_pages 317 |
| 326 | #define __NR_getcpu 318 | 326 | #define __NR_getcpu 318 |
| 327 | #define __NR_epoll_pwait 319 | 327 | #define __NR_epoll_pwait 319 |
| 328 | #define __NR_setns 320 | ||
| 328 | 329 | ||
| 329 | #ifdef __KERNEL__ | 330 | #ifdef __KERNEL__ |
| 330 | 331 | ||
| 331 | #define NR_syscalls 320 | 332 | #define NR_syscalls 321 |
| 332 | 333 | ||
| 333 | #define __ARCH_WANT_IPC_PARSE_VERSION | 334 | #define __ARCH_WANT_IPC_PARSE_VERSION |
| 334 | #define __ARCH_WANT_OLD_READDIR | 335 | #define __ARCH_WANT_OLD_READDIR |
diff --git a/arch/h8300/kernel/syscalls.S b/arch/h8300/kernel/syscalls.S index faefaff7d43..f4b2e67bcc3 100644 --- a/arch/h8300/kernel/syscalls.S +++ b/arch/h8300/kernel/syscalls.S | |||
| @@ -333,6 +333,7 @@ SYMBOL_NAME_LABEL(sys_call_table) | |||
| 333 | .long SYMBOL_NAME(sys_ni_syscall) /* sys_move_pages */ | 333 | .long SYMBOL_NAME(sys_ni_syscall) /* sys_move_pages */ |
| 334 | .long SYMBOL_NAME(sys_getcpu) | 334 | .long SYMBOL_NAME(sys_getcpu) |
| 335 | .long SYMBOL_NAME(sys_ni_syscall) /* sys_epoll_pwait */ | 335 | .long SYMBOL_NAME(sys_ni_syscall) /* sys_epoll_pwait */ |
| 336 | .long SYMBOL_NAME(sys_setns) /* 320 */ | ||
| 336 | 337 | ||
| 337 | .macro call_sp addr | 338 | .macro call_sp addr |
| 338 | mov.l #SYMBOL_NAME(\addr),er6 | 339 | mov.l #SYMBOL_NAME(\addr),er6 |
