aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/entry.S
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2021-03-01 23:19:36 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2021-04-25 05:25:40 +0900
commita92359aa6de8871b1502b17c1ea71b93f5eb606b (patch)
tree7f842b7a7a9c09d639dc77be0ab70db417c6d614 /arch/ia64/kernel/entry.S
parentalpha: syscalls: switch to generic syscallhdr.sh (diff)
downloadlinux-dev-a92359aa6de8871b1502b17c1ea71b93f5eb606b.tar.xz
linux-dev-a92359aa6de8871b1502b17c1ea71b93f5eb606b.zip
ia64: syscalls: switch to generic syscalltbl.sh
Many architectures duplicate similar shell scripts. This commit converts ia64 to use scripts/syscalltbl.sh. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'arch/ia64/kernel/entry.S')
-rw-r--r--arch/ia64/kernel/entry.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ia64/kernel/entry.S b/arch/ia64/kernel/entry.S
index e98e3dafffd8..5eba3fb2e311 100644
--- a/arch/ia64/kernel/entry.S
+++ b/arch/ia64/kernel/entry.S
@@ -1420,10 +1420,9 @@ END(ftrace_stub)
#endif /* CONFIG_FUNCTION_TRACER */
-#define __SYSCALL(nr, entry, nargs) data8 entry
+#define __SYSCALL(nr, entry) data8 entry
.rodata
.align 8
.globl sys_call_table
sys_call_table:
#include <asm/syscall_table.h>
-#undef __SYSCALL