Re: [PATCH v2 6/7] ia64: uapi header and system call table file generation
From: Arnd Bergmann <arnd@arndb.de>
Date: 2018-09-28 12:10:52
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2018-09-28 12:10:52
Also in:
lkml
On Thu, Sep 27, 2018 at 4:16 PM Firoz Khan [off-list ref] wrote:
+#include <asm/syscall_table.h>
.org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls
+#undef __SYSCALL
This part looks odd: according to the comment, this should only guard against
the table getting out of sync. However, with the script, that will never happen.
Arnd