aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2022-03-05 15:09:57 +0000
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>2022-03-09 09:28:28 +0000
commita4c7be3736b2bcfe6c716651c744bbcaf7ae15d9 (patch)
tree006d69b39ecdd57e791f625ccf26937bde3bf7a5 /include
parentb793b4ef8c862891c716cd163aaa7e4af0d697da (diff)
downloadqemu-a4c7be3736b2bcfe6c716651c744bbcaf7ae15d9.zip
qemu-a4c7be3736b2bcfe6c716651c744bbcaf7ae15d9.tar.gz
qemu-a4c7be3736b2bcfe6c716651c744bbcaf7ae15d9.tar.bz2
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')
-rw-r--r--include/hw/misc/macio/pmu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/misc/macio/pmu.h b/include/hw/misc/macio/pmu.h
index 78237d9..00fcdd2 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;