[RFC PATCH 2/5] powerpc/syscalls: Remove unused prefix parameter
Firoz Khan
firoz.khan at linaro.org
Wed Jan 16 13:44:14 AEDT 2019
Hi Michael,
Thanks for your email.
On Mon, 14 Jan 2019 at 17:06, Michael Ellerman <mpe at 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.khan@linaro.org/
https://lore.kernel.org/lkml/1546441324-19774-1-git-send-email-firoz.khan@linaro.org/
So if we are planning to do the same, then this change is not required.
Firoz
More information about the Linuxppc-dev
mailing list