Re: [PATCH 2/3] Blackfin Sports UART Driver: fix bug - the bugcaused by sport overrun, use timer to flip the tty buffer in order toreturn from rx ISR quickly

From: Alan Cox
Date: Mon May 12 2008 - 05:59:20 EST



Can you explain what the timer is for ? If you are trying to push the tty
processing out of the interrupt handler then surely schedule_work would
be sufficient. Also if you don't have tty->low_latency set the tty layer
will already do the actual processing work each timer event not in the
IRQ.
--
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/