* linux/aarch64/syscallent.h: Remove redundant range initializers.
* linux/x32/syscallent.h: Likewise.
#include "64/syscallent.h"
-/* Arch-specific block, not used on AArch64 */
-[244 ... 259] = { },
+/*
+ * Arch-specific block, not used on AArch64.
+ * [244 ... 259] = { },
+ */
/* Quote from asm-generic/unistd.h:
*
[332] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
[333] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" },
[334] = { 4, 0, SEN(rseq), "rseq" },
-[335 ... 511] = { },
/*
* x32-specific system call numbers start at 512 to avoid cache impact
* for native 64-bit operation.