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:
wma 2017-10-02 06:05:19 +00:00
parent e632b60f46
commit f88f8a2f93

View File

@ -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)
/*