]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: remove nargs from __SYSCALL
authorFiroz Khan <firoz.khan@linaro.org>
Wed, 2 Jan 2019 16:02:32 +0000 (21:32 +0530)
committerHelge Deller <deller@gmx.de>
Sun, 5 Apr 2020 20:57:40 +0000 (22:57 +0200)
commit30a442f90c2ead896bacd91434c08ed359420210
tree71a0521e1122d9b5ed297cebbfc8d85a39a5d958
parent6c2a7a94eace388dabf5f14063f9c62e285a3d25
parisc: 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: Helge Deller <deller@gmx.de>
arch/parisc/kernel/syscall.S
arch/parisc/kernel/syscalls/syscalltbl.sh