diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2009-07-16 14:15:34 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-07-16 14:15:34 +0000 |
commit | a1961a4b313b346213439ca0e3e1e9ea69169bf4 (patch) | |
tree | a283903c71928c327278e10205da53e893c90d71 /hw/sysbus.h | |
parent | 666713c0711abbc591a867b5ff31fbc6ba53bf28 (diff) |
Sparc32: convert slavio interrupt controller to qdev
Also increase QDEV_MAX_IRQ.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/sysbus.h')
-rw-r--r-- | hw/sysbus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sysbus.h b/hw/sysbus.h index 9b2553dba0..d48ca8ca3d 100644 --- a/hw/sysbus.h +++ b/hw/sysbus.h @@ -6,7 +6,7 @@ #include "qdev.h" #define QDEV_MAX_MMIO 32 -#define QDEV_MAX_IRQ 32 +#define QDEV_MAX_IRQ 256 typedef struct SysBusDevice SysBusDevice; typedef void (*mmio_mapfunc)(SysBusDevice *dev, target_phys_addr_t addr); |