Re: [PATCH] pmac_zilog: Workaround problem due to interrupt on closed port

2010-01-11 Thread Rob Landley
On Sunday 10 January 2010 21:51:42 Benjamin Herrenschmidt wrote: It seems that in qemu, we can see an interrupt in R3 despite the fact that it's masked in W1. The chip doesn't actually issue an interrupt, but we can see it when taking an interrupt for the other channel. This may be a qemu bug

[PATCH] pmac_zilog: Workaround problem due to interrupt on closed port

2010-01-10 Thread Benjamin Herrenschmidt
It seems that in qemu, we can see an interrupt in R3 despite the fact that it's masked in W1. The chip doesn't actually issue an interrupt, but we can see it when taking an interrupt for the other channel. This may be a qemu bug ... or not, so let's be safe and avoid calling into the UART layer