Hi Michael, Thanks for your email.
On Mon, 14 Jan 2019 at 17:06, Michael Ellerman <m...@ellerman.id.au> wrote: > nxt=0 > while read nr abi name entry compat ; do > - printf "#define __NR_%s%s\t%s\n" \ > - "${prefix}" "${name}" "${nr}" > + printf "#define __NR_%s\t%s\n" "${name}" "${nr}" I'm planning to come up with common script for syscall table generation. I already posted few patches; https://lore.kernel.org/lkml/1546439331-18646-1-git-send-email-firoz.k...@linaro.org/ https://lore.kernel.org/lkml/1546441324-19774-1-git-send-email-firoz.k...@linaro.org/ So if we are planning to do the same, then this change is not required. Firoz