linux-xiaomi-chiron/arch/powerpc/kernel/syscalls
Firoz Khan 6b1200facc powerpc: remove nargs from __SYSCALL
The __SYSCALL macro's arguments are system call number,
system call entry name and number of arguments for the
system call.

Argument- nargs in __SYSCALL(nr, entry, nargs) is neither
calculated nor used anywhere. So it would be better to
keep the implementaion as  __SYSCALL(nr, entry). This will
unifies the implementation with some other architetures
too.

Signed-off-by: Firoz Khan <firoz.khan@linaro.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2019-03-02 14:43:05 +11:00
..
Makefile powerpc: add system call table generation support 2018-12-21 14:46:50 +11:00
syscall.tbl powerpc: add system call table generation support 2018-12-21 14:46:50 +11:00
syscallhdr.sh powerpc: add system call table generation support 2018-12-21 14:46:50 +11:00
syscalltbl.sh powerpc: remove nargs from __SYSCALL 2019-03-02 14:43:05 +11:00