From: David Howells <dhowells@redhat.com>
To: torvalds@osdl.org, akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] FRV: vperfctr syscalls don't exist in -bk8
Date: Wed, 05 Jan 2005 14:28:03 +0000 [thread overview]
Message-ID: <28475.1104935283@redhat.com> (raw)
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)
reply other threads:[~2005-01-05 14:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=28475.1104935283@redhat.com \
--to=dhowells@redhat.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome