PPC: increase MAX_PICS to 32
Previous value was too low on dual-socket POWER8 system. Submitted by: Wojciech Macek <wma@freebsd.org> Reviewed by: nwhitehorn Obtained from: Semihalf Sponsored by: QCM Technologies Differential revision: https://reviews.freebsd.org/D12540
This commit is contained in:
parent
74eb18b6cc
commit
10b980e75b
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#define INTR_VECTORS 256
|
#define INTR_VECTORS 256
|
||||||
|
|
||||||
#define MAX_PICS 16
|
#define MAX_PICS 32
|
||||||
#define MAP_IRQ(node, pin) powerpc_get_irq(node, pin)
|
#define MAP_IRQ(node, pin) powerpc_get_irq(node, pin)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user