lkml.org 
[lkml]   [2005]   [Jan]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] FRV: vperfctr syscalls don't exist in -bk8
Date

The attached patch marks the vperfctr syscalls as unavailable as they aren't
actually implemented in -bk8.

Signed-Off-By: David Howells <dhowells@redhat.com>
---
warthog>diffstat frv-no-vperfctr-2610bk8.diff
entry.S | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)

diff -uNrp /warthog/kernels/linux-2.6.10-bk8/arch/frv/kernel/entry.S linux-2.6.10-bk8-frv/arch/frv/kernel/entry.S
--- /warthog/kernels/linux-2.6.10-bk8/arch/frv/kernel/entry.S 2005-01-05 13:21:26.123275023 +0000
+++ linux-2.6.10-bk8-frv/arch/frv/kernel/entry.S 2005-01-05 13:47:01.027785577 +0000
@@ -1421,11 +1421,11 @@ sys_call_table:
.long sys_add_key
.long sys_request_key
.long sys_keyctl
- .long sys_vperfctr_open
- .long sys_vperfctr_control /* 290 */
- .long sys_vperfctr_unlink
- .long sys_vperfctr_iresume
- .long sys_vperfctr_read
+ .long sys_ni_syscall // sys_vperfctr_open
+ .long sys_ni_syscall // sys_vperfctr_control /* 290 */
+ .long sys_ni_syscall // sys_vperfctr_unlink
+ .long sys_ni_syscall // sys_vperfctr_iresume
+ .long sys_ni_syscall // sys_vperfctr_read


syscall_table_size = (. - sys_call_table)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:09    [W:0.046 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site