linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: alpha illegal->invalid
@ 2003-07-18 14:00 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-07-18 14:00 UTC (permalink / raw)
  To: linux-kernel, torvalds

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test1/arch/alpha/kernel/irq.c linux-2.6.0-test1-ac2/arch/alpha/kernel/irq.c
--- linux-2.6.0-test1/arch/alpha/kernel/irq.c	2003-07-10 21:12:59.000000000 +0100
+++ linux-2.6.0-test1-ac2/arch/alpha/kernel/irq.c	2003-07-15 18:01:27.000000000 +0100
@@ -601,7 +601,7 @@
 	if ((unsigned) irq > ACTUAL_NR_IRQS && illegal_count < MAX_ILLEGAL_IRQS ) {
 		irq_err_count++;
 		illegal_count++;
-		printk(KERN_CRIT "device_interrupt: illegal interrupt %d\n",
+		printk(KERN_CRIT "device_interrupt: invalid interrupt %d\n",
 		       irq);
 		return;
 	}

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

only message in thread, other threads:[~2003-07-18 13:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-18 14:00 PATCH: alpha illegal->invalid Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).