]> Git Repo - qemu.git/commit
intc/xilinx_intc: Dont lower IRQ when HIE cleared
authorPeter Crosthwaite <[email protected]>
Tue, 11 Jun 2013 01:00:40 +0000 (11:00 +1000)
committerEdgar E. Iglesias <[email protected]>
Tue, 18 Jun 2013 07:45:00 +0000 (09:45 +0200)
commitafd59989db90683fa127fec501d2633bcfbd6379
treed77f253eaeedb040c4fa7da13c67ad0ca0d22ac7
parentfa96d6142f7f1947717c7c45c4d3141e5ab55167
intc/xilinx_intc: Dont lower IRQ when HIE cleared

This is a little strange. It is lowering the parent IRQ pin on input
when HIE is cleared. There is no such behaviour in the real hardware.

ISR changes based on interrupt pin state are already guarded on HIE
being set. So we can just delete this if in its entirety.

Signed-off-by: Peter Crosthwaite <[email protected]>
Signed-off-by: Edgar E. Iglesias <[email protected]>
hw/intc/xilinx_intc.c
This page took 0.028741 seconds and 4 git commands to generate.