The patch titled Fix serial-uartlite after global pt_regs has been added to the -mm tree. Its filename is fix-serial-uartlite-after-global-pt_regs.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix serial-uartlite after global pt_regs From: Peter Korsgaard <jacmet@xxxxxxxxxx> 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@xxxxxxxxxx> Cc: Olof Johansson <olof@xxxxxxxxx> Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/serial/uartlite.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/serial/uartlite.c~fix-serial-uartlite-after-global-pt_regs drivers/serial/uartlite.c --- a/drivers/serial/uartlite.c~fix-serial-uartlite-after-global-pt_regs +++ a/drivers/serial/uartlite.c @@ -126,7 +126,7 @@ static int ulite_transmit(struct uart_po 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; _ Patches currently in -mm which might be from jacmet@xxxxxxxxxx are serial-uartlite-driver.patch serial-uartlite-driver-fix.patch fix-serial-uartlite-after-global-pt_regs.patch serial-uartlite-support-multiple-devices.patch serial-uartlite-initialize-port-parameters-in-console_setup.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html