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
e632b60f46
commit
f88f8a2f93
@ -30,7 +30,7 @@
|
||||
|
||||
#define INTR_VECTORS 256
|
||||
|
||||
#define MAX_PICS 16
|
||||
#define MAX_PICS 32
|
||||
#define MAP_IRQ(node, pin) powerpc_get_irq(node, pin)
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user