From: Andreas Schwab Date: Thu, 12 Mar 2015 15:17:45 +0000 (+0100) Subject: aarch64: properly decode generic syscalls X-Git-Tag: v4.11~572 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71d6ffc6ed0a539257f0ec1a28d34c8d88bebce8;p=strace aarch64: properly decode generic syscalls * linux/aarch64/syscallent1.h: Don't override entries 277 to 1023. --- diff --git a/linux/aarch64/syscallent1.h b/linux/aarch64/syscallent1.h index 4ec9665f..a72bb7b5 100644 --- a/linux/aarch64/syscallent1.h +++ b/linux/aarch64/syscallent1.h @@ -3,9 +3,6 @@ /* Arch-specific block, not used on AArch64 */ [244 ... 259] = { }, -/* Blank down to 1023 */ -[277 ... 1023] = { }, - /* Quote from asm-generic/unistd.h: * * All syscalls below here should go away really,