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>
This commit is contained in:
Artyom Tarasenko 2013-04-27 07:55:11 +02:00 committed by Blue Swirl
parent 96fbd7de36
commit 852e82f303
2 changed files with 2 additions and 2 deletions

View file

@ -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;