summaryrefslogtreecommitdiff
path: root/arch
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 /arch
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 'arch')
-rw-r--r--arch/frv/kernel/entry.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/frv/kernel/entry.S b/arch/frv/kernel/entry.S
index e263dc7e65a2..1000a46f6a0b 100644
--- a/arch/frv/kernel/entry.S
+++ b/arch/frv/kernel/entry.S
@@ -1031,6 +1031,7 @@ __entry_preempt_need_resched:
# perform work that needs to be done immediately before resumption
#
###############################################################################
+ .globl __entry_return_from_user_exception
.balign L1_CACHE_BYTES
__entry_return_from_user_exception:
LEDS 0x6501
@@ -1420,9 +1421,8 @@ sys_call_table:
.long sys_add_key
.long sys_request_key
.long sys_keyctl
- .long sys_perfctr_info
- .long sys_vperfctr_open /* 290 */
- .long sys_vperfctr_control
+ .long sys_vperfctr_open
+ .long sys_vperfctr_control /* 290 */
.long sys_vperfctr_unlink
.long sys_vperfctr_iresume
.long sys_vperfctr_read