diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-12 01:33:22 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-12 01:33:22 +0300 |
commit | 19470e185a088591c228e1e8473006567719aa1c (patch) | |
tree | 62f4ea966e8967760aa9c2ee72b1edaa626c97cd /arch/sh/kernel/syscalls_32.S | |
parent | cf64c800f0673cee7e36d7a97e2a1b575385b3db (diff) |
sh: Wire up sys_perf_counter_open.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/syscalls_32.S')
-rw-r--r-- | arch/sh/kernel/syscalls_32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index a9fff9f731e..f9e21fa2f59 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S @@ -352,3 +352,4 @@ ENTRY(sys_call_table) .long sys_preadv .long sys_pwritev .long sys_rt_tgsigqueueinfo /* 335 */ + .long sys_perf_counter_open |