* [parisc-linux] [patch] fix serial stuff in 2.6.10-pa3 wrt to NO_IRQ
@ 2005-01-03 22:03 Mike Frysinger
0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2005-01-03 22:03 UTC (permalink / raw)
To: parisc-linux
[-- Attachment #1: Type: text/plain, Size: 75 bytes --]
i mentioned this before but i guess it slipped through the cracks ;)
-mike
[-- Attachment #2: 2.6.10-pa3-serial-NO_IRQ.patch --]
[-- Type: text/x-diff, Size: 752 bytes --]
--- linux-2.6.10-pa3/drivers/serial/mux.c.orig 2005-01-03 16:16:18.085834288 -0500
+++ linux-2.6.10-pa3.fixed/drivers/serial/mux.c 2005-01-03 16:17:09.179066936 -0500
@@ -26,6 +26,7 @@
#include <linux/slab.h>
#include <linux/delay.h> /* for udelay */
#include <linux/device.h>
+#include <asm/irq.h>
#include <asm/io.h>
#include <asm/parisc-device.h>
--- linux-2.6.10-pa3/drivers/serial/serial_core.c.orig 2005-01-03 16:16:34.786295432 -0500
+++ linux-2.6.10-pa3.fixed/drivers/serial/serial_core.c 2005-01-03 16:16:42.412136128 -0500
@@ -1915,9 +1915,6 @@
printk("MMIO 0x%lx", port->mapbase);
break;
}
-#ifndef NO_IRQ
-#define NO_IRQ (-1)
-#endif
if (port->irq == NO_IRQ) {
printk(" (polled) is a %s\n", uart_type(port));
} else {
[-- Attachment #3: Type: text/plain, Size: 169 bytes --]
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-03 22:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-03 22:03 [parisc-linux] [patch] fix serial stuff in 2.6.10-pa3 wrt to NO_IRQ Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox