Re: [PATCH] Make ppp_async callable from hard interrupt

From: Greg KH
Date: Sat Dec 20 2003 - 20:09:37 EST


On Sun, Dec 21, 2003 at 11:43:33AM +1100, Paul Mackerras wrote:
> Since there are serial drivers (particularly the USB serial driver)
> that call the line discipline receive_buf and write_wakeup routines at
> hard interrupt level, I have changed the ppp_async code to cope with
> that. It now uses a tasklet so that it calls the generic PPP code at
> soft interrupt level even if its receive_buf and write_wakeup entries
> are called at hard interrupt level.

Ah, nice. Does this mean I can take the "make usb serial drivers use a
tasklet to handle received data" entry off of my todo list now? :)

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/