You have an higher priority interrupt pending on the
 "kind of" UART. Probably you have had two interrupts
 (TxReady and RxFull) on the same IRQ and you have treated
 only one of them, or you have forgotten to treat a modem
 interrupt or... Look at the UART interrupt priorities
 in your documentation.
 This is excluding the obvious case "two serial lines shares
 the same IRQ".
  Hope that helps,
  Etienne.
___________________________________________________________
Do You Yahoo!? -- Vos albums photos en ligne, 
Yahoo! Photos : http://fr.photos.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/