mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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:
parent
96fbd7de36
commit
852e82f303
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue