mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 08:16:41 +07:00
sh: Wire up sys_perf_counter_open.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
cf64c800f0
commit
19470e185a
@ -344,8 +344,9 @@
|
||||
#define __NR_preadv 333
|
||||
#define __NR_pwritev 334
|
||||
#define __NR_rt_tgsigqueueinfo 335
|
||||
#define __NR_perf_counter_open 336
|
||||
|
||||
#define NR_syscalls 336
|
||||
#define NR_syscalls 337
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
|
@ -384,10 +384,11 @@
|
||||
#define __NR_preadv 361
|
||||
#define __NR_pwritev 362
|
||||
#define __NR_rt_tgsigqueueinfo 363
|
||||
#define __NR_perf_counter_open 364
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
#define NR_syscalls 364
|
||||
#define NR_syscalls 365
|
||||
|
||||
#define __ARCH_WANT_IPC_PARSE_VERSION
|
||||
#define __ARCH_WANT_OLD_READDIR
|
||||
|
@ -352,3 +352,4 @@ ENTRY(sys_call_table)
|
||||
.long sys_preadv
|
||||
.long sys_pwritev
|
||||
.long sys_rt_tgsigqueueinfo /* 335 */
|
||||
.long sys_perf_counter_open
|
||||
|
@ -390,3 +390,4 @@ sys_call_table:
|
||||
.long sys_preadv
|
||||
.long sys_pwritev
|
||||
.long sys_rt_tgsigqueueinfo
|
||||
.long sys_perf_counter_open
|
||||
|
Loading…
Reference in New Issue
Block a user