mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] FRV: vperfctr syscalls don't exist in -bk8
@ 2005-01-05 14:28 David Howells
  0 siblings, 0 replies; only message in thread
From: David Howells @ 2005-01-05 14:28 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-kernel


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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-05 14:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-05 14:28 [PATCH] FRV: vperfctr syscalls don't exist in -bk8 David Howells

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