]> Git Repo - qemu.git/commit
cadence_gem: fix interrupt events
authorPeter Crosthwaite <[email protected]>
Thu, 28 Feb 2013 18:23:15 +0000 (18:23 +0000)
committerPeter Maydell <[email protected]>
Thu, 28 Feb 2013 18:49:24 +0000 (18:49 +0000)
commitae80a3546f412c407199b9b7ebd52ac604361e10
treea1e979f97c5d2d0ad72c7fcba85afe21e1eb0dfc
parent1c5d07909aea7657c7c6b24223460150526369ba
cadence_gem: fix interrupt events

Bits in the ISR were continually mirroring their corresponding TX/RX SR bits.
This is incorrect. The ISR bits are only ever set at the time their
corresponding event occurs.

Signed-off-by: Peter Crosthwaite <[email protected]>
Message-id: cedfb6d108318846480b416a6041023ea5a353d6.1360901435[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/cadence_gem.c
This page took 0.025044 seconds and 4 git commands to generate.