| Submitter | Evgeny Voevodin |
|---|---|
| Date | Dec. 9, 2011, 1:34 p.m. |
| Message ID | <1323437682-28792-5-git-send-email-e.voevodin@samsung.com> |
| Download | mbox | patch |
| Permalink | /patch/130376/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/sysbus.h b/hw/sysbus.h index 9bac582..4ef0c3c 100644 --- a/hw/sysbus.h +++ b/hw/sysbus.h @@ -8,7 +8,7 @@ #define QDEV_MAX_MMIO 32 #define QDEV_MAX_PIO 32 -#define QDEV_MAX_IRQ 256 +#define QDEV_MAX_IRQ 512 typedef struct SysBusDevice SysBusDevice; typedef void (*mmio_mapfunc)(SysBusDevice *dev, target_phys_addr_t addr);
Samsung exynos4210 Interrupt Combiner needs 512 IRQ sources. Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com> --- hw/sysbus.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)