macio: remove nonexistent interrupt on pin 1
commit5c464f66f5696724c892339de242fac41f4d57a6
authorCormac O'Brien <i.am.cormac.obrien@gmail.com>
Wed, 17 Jun 2015 22:04:11 +0000 (17 17:04 -0500)
committerAlexander Graf <agraf@suse.de>
Tue, 7 Jul 2015 15:44:49 +0000 (7 17:44 +0200)
treedd83c089c1eb19cb722da439e141b46f2214ccce
parent7d6b1daedd00b35e50ce87ea835f662b36a23160
macio: remove nonexistent interrupt on pin 1

The current macio implementation declares an interrupt that doesn't appear to
exist in the hardware or any other emulator implementation. OpenBIOS detects
this interrupt and generates an 'interrupts' property in the macio device tree
entry. Mac OS 9 halts boot when it detects this interrupt, so it has been
removed to permit further progress in the boot process.

Signed-off-by: Cormac O'Brien <i.am.cormac.obrien@gmail.com>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/misc/macio/macio.c