summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2005-01-04 05:23:15 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-04 05:23:15 -0800
commit307035ebbdaeccda8ef9fb378c2b7639b3f84c3b (patch)
tree9926c1c7decfd60280d7668037083a797aab4225 /include
parent0250cd2a655c19431e18dbeb2f6ad812108fd0ec (diff)
[PATCH] frv: perfctr_info syscall
The attached patch gets rid of the perfctr_info syscall from the FRV arch now that its implementation has gone and it has been removed from the i386 arch and the i386 syscalls have been renumbered. Signed-Off-By: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-frv/unistd.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/include/asm-frv/unistd.h b/include/asm-frv/unistd.h
index e348165c6b23..7299398afdc7 100644
--- a/include/asm-frv/unistd.h
+++ b/include/asm-frv/unistd.h
@@ -295,14 +295,13 @@
#define __NR_add_key 286
#define __NR_request_key 287
#define __NR_keyctl 288
-#define __NR_perfctr_info 289
-#define __NR_vperfctr_open (__NR_perfctr_info+1)
-#define __NR_vperfctr_control (__NR_perfctr_info+2)
-#define __NR_vperfctr_unlink (__NR_perfctr_info+3)
-#define __NR_vperfctr_iresume (__NR_perfctr_info+4)
-#define __NR_vperfctr_read (__NR_perfctr_info+5)
+#define __NR_vperfctr_open 289
+#define __NR_vperfctr_control (__NR_perfctr_info+1)
+#define __NR_vperfctr_unlink (__NR_perfctr_info+2)
+#define __NR_vperfctr_iresume (__NR_perfctr_info+3)
+#define __NR_vperfctr_read (__NR_perfctr_info+4)
-#define NR_syscalls 295
+#define NR_syscalls 294
/*
* process the return value of a syscall, consigning it to one of two possible fates