aarch64: properly decode generic syscalls

* linux/aarch64/syscallent1.h: Don't override entries 277 to 1023.
This commit is contained in:
Andreas Schwab 2015-03-12 16:17:45 +01:00
parent 33557845ad
commit 71d6ffc6ed

View File

@ -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,