summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2016-01-02 19:34:37 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2016-01-02 19:34:37 +0000
commit67b3e73120621301aec086ea4652c7c2c0dae94b (patch)
tree8cbaed3857919746d9482346c3c4f4152d325318 /sys/powerpc/include
parentb6345059e4f17857275423b89f3b2995e550f27d (diff)
downloadFreeBSD-src-67b3e73120621301aec086ea4652c7c2c0dae94b.zip
FreeBSD-src-67b3e73120621301aec086ea4652c7c2c0dae94b.tar.gz
Bump the maximum number of interrupt controllers to allow for the
proliferation of them on large IBM systems and add some error checking if we exceed that number. MFC after: 1 week
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r--sys/powerpc/include/intr_machdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h
index c2529d5..32a94be 100644
--- a/sys/powerpc/include/intr_machdep.h
+++ b/sys/powerpc/include/intr_machdep.h
@@ -30,7 +30,7 @@
#define INTR_VECTORS 256
-#define MAX_PICS 5
+#define MAX_PICS 16
#define MAP_IRQ(node, pin) powerpc_get_irq(node, pin)
/*
OpenPOWER on IntegriCloud