]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
sh: Wire up sys_perf_counter_open.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 11 Jun 2009 22:33:22 +0000 (01:33 +0300)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 11 Jun 2009 22:33:22 +0000 (01:33 +0300)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/unistd_32.h
arch/sh/include/asm/unistd_64.h
arch/sh/kernel/syscalls_32.S
arch/sh/kernel/syscalls_64.S

index 65197086a1c53ad82b83b6185c1c944fecbb33c9..61d6ad93d78699a37dcf7845cd34baf37d6fb4b2 100644 (file)
 #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__
 
index 8014aea88ec3ca405ffae5c094780c10a4869fd3..a751699afda33ff53befadf9ce2091dc4b154c34 100644 (file)
 #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
index a9fff9f731ec11c4273592f6ab932d351c7716d6..f9e21fa2f592e211002a48f41b1c1159ec061f5c 100644 (file)
@@ -352,3 +352,4 @@ ENTRY(sys_call_table)
        .long sys_preadv
        .long sys_pwritev
        .long sys_rt_tgsigqueueinfo     /* 335 */
+       .long sys_perf_counter_open
index 75c1889af1ed53c725491e8bf35cb3ed00cb382a..bf420b616ae0ed8def015839f8549ab8a99baac2 100644 (file)
@@ -390,3 +390,4 @@ sys_call_table:
        .long sys_preadv
        .long sys_pwritev
        .long sys_rt_tgsigqueueinfo
+       .long sys_perf_counter_open