From: Peter Korsgaard <jacmet@sunsite.dk>
To: akpm@osdl.org
Cc: linux-serial@vger.kernel.org
Subject: [PATCH] Fix serial-uartlite after global pt_regs
Date: Wed, 15 Nov 2006 21:10:45 +0100 [thread overview]
Message-ID: <87psbobhdm.fsf@slug.be.48ers.dk> (raw)
Hi Andrew,
This little patch updates the serial uartlite driver in -mm for the
global pt_regs in 2.6.19-rc2+.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
--- linux-mm.orig/drivers/serial/uartlite.c
+++ linux-mm/drivers/serial/uartlite.c
@@ -126,7 +126,7 @@
return 1;
}
-static irqreturn_t ulite_isr(int irq, void *dev_id, struct pt_regs *regs)
+static irqreturn_t ulite_isr(int irq, void *dev_id)
{
struct uart_port *port = (struct uart_port *)dev_id;
int busy;
--
Bye, Peter Korsgaard
reply other threads:[~2006-11-15 20:11 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=87psbobhdm.fsf@slug.be.48ers.dk \
--to=jacmet@sunsite.dk \
--cc=akpm@osdl.org \
--cc=linux-serial@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;
as well as URLs for NNTP newsgroup(s).