From: Mike Frysinger <vapier@gentoo.org>
To: parisc-linux@lists.parisc-linux.org
Subject: [parisc-linux] [patch] fix serial stuff in 2.6.10-pa3 wrt to NO_IRQ
Date: Mon, 3 Jan 2005 17:03:34 -0500 [thread overview]
Message-ID: <200501031703.34801.vapier@gentoo.org> (raw)
[-- 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
reply other threads:[~2005-01-03 22:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200501031703.34801.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=parisc-linux@lists.parisc-linux.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