aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorFiroz Khan <[email protected]>2019-03-05 15:41:37 -0800
committerLinus Torvalds <[email protected]>2019-03-05 21:07:13 -0800
commit685536921fa7307ac91ebcd987a1e2400d3b6378 (patch)
treed6941a29a400f25c7eb1957602072be32a26eb55 /tools/perf/scripts/python/bin
parent1d6693fb9d157f64a71be8741c83305782cd98bc (diff)
sh: 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 implementation as __SYSCALL(nr, entry). This unifies the implementation with some other architectures too. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Firoz Khan <[email protected]> Cc: Yoshinori Sato <[email protected]> Cc: Rich Felker <[email protected]> Cc: Simon Horman <[email protected]> Cc: Kuninori Morimoto <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Philippe Ombredanne <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Kate Stewart <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions