| Submitter | Evgeny Voevodin |
|---|---|
| Date | Dec. 23, 2011, 11:40 a.m. |
| Message ID | <1324640414-16000-4-git-send-email-e.voevodin@samsung.com> |
| Download | mbox | patch |
| Permalink | /patch/132991/ |
| State | New |
| Headers | show |
Comments
On 23 December 2011 11:40, Evgeny Voevodin <e.voevodin@samsung.com> wrote: > Samsung exynos4210 Interrupt Combiner needs 512 IRQ sources. > > Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Patch
diff --git a/hw/sysbus.h b/hw/sysbus.h index 2f4025b..6b8f0e2 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;
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(-)