summaryrefslogtreecommitdiff
path: root/hw/pci-host
diff options
context:
space:
mode:
authorArtyom Tarasenko <atar4qemu@gmail.com>2013-04-27 07:55:11 +0200
committerBlue Swirl <blauwirbel@gmail.com>2013-04-27 10:35:30 +0000
commit852e82f303884139ba59f7f26e761d937a25fa55 (patch)
tree3cd3b59bdd36f4ed11d431ea0f31e442283bf502 /hw/pci-host
parent96fbd7de3656583d647c204c4138bbdcc3e35d2b (diff)
downloadqemu-852e82f303884139ba59f7f26e761d937a25fa55.tar.gz
sparc64: allow 64 IRQ lines
According to UltraSPARC™-IIi User’s Manual, PBM has 64 IRQ lines. Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pci-host')
-rw-r--r--hw/pci-host/apb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-host/apb.c b/hw/pci-host/apb.c
index b4981d7005..3bc0d10940 100644
--- a/hw/pci-host/apb.c
+++ b/hw/pci-host/apb.c
@@ -66,7 +66,7 @@ do { printf("APB: " fmt , ## __VA_ARGS__); } while (0)
#define RESET_WCMASK 0x98000000
#define RESET_WMASK 0x60000000
-#define MAX_IVEC 0x30
+#define MAX_IVEC 0x40
typedef struct APBState {
SysBusDevice busdev;