[PATCH v3 2/7] ia64: replace NR_syscalls macro from asm/unistd.h

2018-10-10 Thread Firoz Khan
NR_syscalls macro holds the number of system call exist in IA64 architecture. This macro is currently the part of asm/unistd.h file. We have to change the value of NR_syscalls, if we add or delete a system call. One of the patch in this patch series has a script which will generate a uapi header

[PATCH v3 2/7] ia64: replace NR_syscalls macro from asm/unistd.h

2018-10-10 Thread Firoz Khan
NR_syscalls macro holds the number of system call exist in IA64 architecture. This macro is currently the part of asm/unistd.h file. We have to change the value of NR_syscalls, if we add or delete a system call. One of the patch in this patch series has a script which will generate a uapi header