Skip to content

Commit add76c0

Browse files
committed
perf arch powerpc: Sync powerpc syscall.tbl with the kernel sources
To get the changes in: fbcee2e ("powerpc/32: Always save non volatile GPRs at syscall entry") That shouldn't cause any change in tooling, just silences the following tools/perf/ build warning: Warning: Kernel ABI header at 'tools/perf/arch/powerpc/entry/syscalls/syscall.tbl' differs from latest version at 'arch/powerpc/kernel/syscalls/syscall.tbl' Cc: Christophe Leroy <christophe.leroy@csgroup.eu> Cc: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 1e61463 commit add76c0

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

tools/perf/arch/powerpc/entry/syscalls/syscall.tbl

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
#
1010
0 nospu restart_syscall sys_restart_syscall
1111
1 nospu exit sys_exit
12-
2 32 fork ppc_fork sys_fork
13-
2 64 fork sys_fork
14-
2 spu fork sys_ni_syscall
12+
2 nospu fork sys_fork
1513
3 common read sys_read
1614
4 common write sys_write
1715
5 common open sys_open compat_sys_open
@@ -160,9 +158,7 @@
160158
119 32 sigreturn sys_sigreturn compat_sys_sigreturn
161159
119 64 sigreturn sys_ni_syscall
162160
119 spu sigreturn sys_ni_syscall
163-
120 32 clone ppc_clone sys_clone
164-
120 64 clone sys_clone
165-
120 spu clone sys_ni_syscall
161+
120 nospu clone sys_clone
166162
121 common setdomainname sys_setdomainname
167163
122 common uname sys_newuname
168164
123 common modify_ldt sys_ni_syscall
@@ -244,9 +240,7 @@
244240
186 spu sendfile sys_sendfile64
245241
187 common getpmsg sys_ni_syscall
246242
188 common putpmsg sys_ni_syscall
247-
189 32 vfork ppc_vfork sys_vfork
248-
189 64 vfork sys_vfork
249-
189 spu vfork sys_ni_syscall
243+
189 nospu vfork sys_vfork
250244
190 common ugetrlimit sys_getrlimit compat_sys_getrlimit
251245
191 common readahead sys_readahead compat_sys_readahead
252246
192 32 mmap2 sys_mmap2 compat_sys_mmap2
@@ -322,9 +316,7 @@
322316
248 32 clock_nanosleep sys_clock_nanosleep_time32
323317
248 64 clock_nanosleep sys_clock_nanosleep
324318
248 spu clock_nanosleep sys_clock_nanosleep
325-
249 32 swapcontext ppc_swapcontext compat_sys_swapcontext
326-
249 64 swapcontext sys_swapcontext
327-
249 spu swapcontext sys_ni_syscall
319+
249 nospu swapcontext sys_swapcontext compat_sys_swapcontext
328320
250 common tgkill sys_tgkill
329321
251 32 utimes sys_utimes_time32
330322
251 64 utimes sys_utimes
@@ -522,9 +514,7 @@
522514
432 common fsmount sys_fsmount
523515
433 common fspick sys_fspick
524516
434 common pidfd_open sys_pidfd_open
525-
435 32 clone3 ppc_clone3 sys_clone3
526-
435 64 clone3 sys_clone3
527-
435 spu clone3 sys_ni_syscall
517+
435 nospu clone3 sys_clone3
528518
436 common close_range sys_close_range
529519
437 common openat2 sys_openat2
530520
438 common pidfd_getfd sys_pidfd_getfd

0 commit comments

Comments
 (0)