aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powerpc/intr_machdep.c
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2013-09-09 12:52:34 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2013-09-09 12:52:34 +0000
commitc84bb047d43f62448a17d020fef169b904c1e772 (patch)
treeac48471ca0feba33db66ee68203efe2032242d3c /sys/powerpc/powerpc/intr_machdep.c
parentc5915fdc44a938f77ad0e400a0c700771b95dcf9 (diff)
downloadsrc-c84bb047d43f62448a17d020fef169b904c1e772.tar.gz
src-c84bb047d43f62448a17d020fef169b904c1e772.zip
Raise artificial limits on number of CPUs and number of interrupts.
Approved by: re (kib)
Notes
Notes: svn path=/head/; revision=255419
Diffstat (limited to 'sys/powerpc/powerpc/intr_machdep.c')
-rw-r--r--sys/powerpc/powerpc/intr_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/powerpc/intr_machdep.c b/sys/powerpc/powerpc/intr_machdep.c
index abfe90507792..539d3f6467b6 100644
--- a/sys/powerpc/powerpc/intr_machdep.c
+++ b/sys/powerpc/powerpc/intr_machdep.c
@@ -176,7 +176,7 @@ intrcnt_add(const char *name, u_long **countp)
static struct powerpc_intr *
intr_lookup(u_int irq)
{
- char intrname[8];
+ char intrname[16];
struct powerpc_intr *i, *iscan;
int vector;