public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remove unimplemented syscalls noise
@ 2003-11-19 16:42 Kyle McMartin
  2003-11-19 19:44 ` David Mosberger
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Kyle McMartin @ 2003-11-19 16:42 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 397 bytes --]

Hi guys, this is a simple patch which removes the really
irritating sc<> messages that appear in logs. I haven't seen
any reason to keep the messages, as they appear to be
superfluous since the fact that some processes spit it doesn't
effect their operation.

Regards,
--
Kyle McMartin <kyle@engsoc.carleton.ca>
System Administrator, The EngSoc Project
Faculty of Engineering, Carleton University

[-- Attachment #2: ia64-traps.c.diff --]
[-- Type: text/plain, Size: 477 bytes --]

--- arch/ia64/kernel/traps.c.orig	2003-11-16 12:58:50.483531475 -0500
+++ arch/ia64/kernel/traps.c	2003-11-16 12:59:55.443491617 -0500
@@ -225,10 +225,6 @@
 		 unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7,
 		 unsigned long stack)
 {
-	struct pt_regs *regs = (struct pt_regs *) &stack;
-
-	printk(KERN_DEBUG "%s(%d): <sc%ld(%lx,%lx,%lx,%lx)>\n", current->comm, current->pid,
-	       regs->r15, arg0, arg1, arg2, arg3);
 	return -ENOSYS;
 }
 

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2003-11-19 23:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-19 16:42 [PATCH] remove unimplemented syscalls noise Kyle McMartin
2003-11-19 19:44 ` David Mosberger
2003-11-19 19:54 ` Matthew Wilcox
2003-11-19 20:11 ` David Mosberger
2003-11-19 20:15 ` Seth, Rohit
2003-11-19 20:20 ` Matthew Wilcox
2003-11-19 20:20 ` David Mosberger
2003-11-19 20:33 ` David Mosberger
2003-11-19 20:35 ` Matthew Wilcox
2003-11-19 21:13 ` Rich Altmaier
2003-11-19 21:21 ` David Mosberger
2003-11-19 21:31 ` David Mosberger
2003-11-19 23:13 ` Matthias Fouquet-Lapar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox