mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
b793b4ef8c
commit
a4c7be3736
2 changed files with 0 additions and 35 deletions
|
@ -193,8 +193,6 @@ struct PMUState {
|
|||
|
||||
MemoryRegion mem;
|
||||
uint64_t frequency;
|
||||
qemu_irq via_irq;
|
||||
bool via_irq_state;
|
||||
|
||||
/* PMU state */
|
||||
MOS6522PMUState mos6522_pmu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue