diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 18:33:22 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 18:33:22 -0400 |
commit | 19470e185a088591c228e1e8473006567719aa1c (patch) | |
tree | 62f4ea966e8967760aa9c2ee72b1edaa626c97cd /arch/sh/include/asm/unistd_64.h | |
parent | cf64c800f0673cee7e36d7a97e2a1b575385b3db (diff) |
sh: Wire up sys_perf_counter_open.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/unistd_64.h')
-rw-r--r-- | arch/sh/include/asm/unistd_64.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/include/asm/unistd_64.h b/arch/sh/include/asm/unistd_64.h index 8014aea88ec3..a751699afda3 100644 --- a/arch/sh/include/asm/unistd_64.h +++ b/arch/sh/include/asm/unistd_64.h | |||
@@ -384,10 +384,11 @@ | |||
384 | #define __NR_preadv 361 | 384 | #define __NR_preadv 361 |
385 | #define __NR_pwritev 362 | 385 | #define __NR_pwritev 362 |
386 | #define __NR_rt_tgsigqueueinfo 363 | 386 | #define __NR_rt_tgsigqueueinfo 363 |
387 | #define __NR_perf_counter_open 364 | ||
387 | 388 | ||
388 | #ifdef __KERNEL__ | 389 | #ifdef __KERNEL__ |
389 | 390 | ||
390 | #define NR_syscalls 364 | 391 | #define NR_syscalls 365 |
391 | 392 | ||
392 | #define __ARCH_WANT_IPC_PARSE_VERSION | 393 | #define __ARCH_WANT_IPC_PARSE_VERSION |
393 | #define __ARCH_WANT_OLD_READDIR | 394 | #define __ARCH_WANT_OLD_READDIR |