mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
Blackfin: hook up new perf_counter_open syscall
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
986d6c1e05
commit
5ecf3e03cd
@ -381,8 +381,9 @@
|
||||
#define __NR_preadv 366
|
||||
#define __NR_pwritev 367
|
||||
#define __NR_rt_tgsigqueueinfo 368
|
||||
#define __NR_perf_counter_open 369
|
||||
|
||||
#define __NR_syscall 369
|
||||
#define __NR_syscall 370
|
||||
#define NR_syscalls __NR_syscall
|
||||
|
||||
/* Old optional stuff no one actually uses */
|
||||
|
@ -1609,6 +1609,7 @@ ENTRY(_sys_call_table)
|
||||
.long _sys_preadv
|
||||
.long _sys_pwritev
|
||||
.long _sys_rt_tgsigqueueinfo
|
||||
.long _sys_perf_counter_open
|
||||
|
||||
.rept NR_syscalls-(.-_sys_call_table)/4
|
||||
.long _sys_ni_syscall
|
||||
|
Loading…
Reference in New Issue
Block a user