public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Kyle McMartin <kyle@engsoc.carleton.ca>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] remove unimplemented syscalls noise
Date: Wed, 19 Nov 2003 16:42:16 +0000	[thread overview]
Message-ID: <marc-linux-ia64-106926030617023@msgid-missing> (raw)

[-- 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;
 }
 

             reply	other threads:[~2003-11-19 16:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-19 16:42 Kyle McMartin [this message]
2003-11-19 19:44 ` [PATCH] remove unimplemented syscalls noise 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

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=marc-linux-ia64-106926030617023@msgid-missing \
    --to=kyle@engsoc.carleton.ca \
    --cc=linux-ia64@vger.kernel.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