diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-20 00:56:57 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-23 03:47:40 +0200 |
commit | 5ecf3e03cd513e8dba080d389b56bac11a2b0d8a (patch) | |
tree | 22c9553aa21ce1417332fbe8d38df5cccaede916 /arch/blackfin/mach-common/entry.S | |
parent | Blackfin: drop BF535-specific text for exception 0x2A (unaligned instruction) (diff) | |
download | linux-5ecf3e03cd513e8dba080d389b56bac11a2b0d8a.tar.xz linux-5ecf3e03cd513e8dba080d389b56bac11a2b0d8a.zip |
Blackfin: hook up new perf_counter_open syscall
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-common/entry.S')
-rw-r--r-- | arch/blackfin/mach-common/entry.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-common/entry.S b/arch/blackfin/mach-common/entry.S index 31fa313e81cf..5a4e7c7fd92c 100644 --- a/arch/blackfin/mach-common/entry.S +++ b/arch/blackfin/mach-common/entry.S @@ -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 |