diff options
author | Mark Cave-Ayland | 2022-03-05 16:09:57 +0100 |
---|---|---|
committer | Mark Cave-Ayland | 2022-03-09 10:28:28 +0100 |
commit | a4c7be3736b2bcfe6c716651c744bbcaf7ae15d9 (patch) | |
tree | 006d69b39ecdd57e791f625ccf26937bde3bf7a5 /include/hw/misc | |
parent | mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs (diff) | |
download | qemu-a4c7be3736b2bcfe6c716651c744bbcaf7ae15d9.tar.gz qemu-a4c7be3736b2bcfe6c716651c744bbcaf7ae15d9.tar.xz qemu-a4c7be3736b2bcfe6c716651c744bbcaf7ae15d9.zip |
macio/pmu.c: remove redundant code
Now that the logic related to edge-triggered interrupts is all contained within
the mos6522 device the redundant implementation for the mac99 PMU device can
be removed.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20220305150957.5053-13-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'include/hw/misc')
-rw-r--r-- | include/hw/misc/macio/pmu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/misc/macio/pmu.h b/include/hw/misc/macio/pmu.h index 78237d99a2..00fcdd23f5 100644 --- a/include/hw/misc/macio/pmu.h +++ b/include/hw/misc/macio/pmu.h @@ -193,8 +193,6 @@ struct PMUState { MemoryRegion mem; uint64_t frequency; - qemu_irq via_irq; - bool via_irq_state; /* PMU state */ MOS6522PMUState mos6522_pmu; |