diff options
-rw-r--r-- | arch/alpha/include/asm/unistd.h | 3 | ||||
-rw-r--r-- | arch/alpha/kernel/systbls.S | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/unistd.h b/arch/alpha/include/asm/unistd.h index 4ac48a095f3a..1fbfd6450a31 100644 --- a/arch/alpha/include/asm/unistd.h +++ b/arch/alpha/include/asm/unistd.h | |||
@@ -457,10 +457,11 @@ | |||
457 | #define __NR_clock_adjtime 499 | 457 | #define __NR_clock_adjtime 499 |
458 | #define __NR_syncfs 500 | 458 | #define __NR_syncfs 500 |
459 | #define __NR_setns 501 | 459 | #define __NR_setns 501 |
460 | #define __NR_accept4 502 | ||
460 | 461 | ||
461 | #ifdef __KERNEL__ | 462 | #ifdef __KERNEL__ |
462 | 463 | ||
463 | #define NR_SYSCALLS 502 | 464 | #define NR_SYSCALLS 503 |
464 | 465 | ||
465 | #define __ARCH_WANT_IPC_PARSE_VERSION | 466 | #define __ARCH_WANT_IPC_PARSE_VERSION |
466 | #define __ARCH_WANT_OLD_READDIR | 467 | #define __ARCH_WANT_OLD_READDIR |
diff --git a/arch/alpha/kernel/systbls.S b/arch/alpha/kernel/systbls.S index 6acea1f96de3..53d0ce2d304c 100644 --- a/arch/alpha/kernel/systbls.S +++ b/arch/alpha/kernel/systbls.S | |||
@@ -520,6 +520,7 @@ sys_call_table: | |||
520 | .quad sys_clock_adjtime | 520 | .quad sys_clock_adjtime |
521 | .quad sys_syncfs /* 500 */ | 521 | .quad sys_syncfs /* 500 */ |
522 | .quad sys_setns | 522 | .quad sys_setns |
523 | .quad sys_accept4 | ||
523 | 524 | ||
524 | .size sys_call_table, . - sys_call_table | 525 | .size sys_call_table, . - sys_call_table |
525 | .type sys_call_table, @object | 526 | .type sys_call_table, @object |