summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/intrcnt.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-01-05 22:00:19 +0000
committermarcel <marcel@FreeBSD.org>2003-01-05 22:00:19 +0000
commitb94ae4e3dbe02b0783732fb0fa1e0684d003b9be (patch)
tree66db4300e7063d3191a590d2d54622f9ba09cecd /sys/ia64/include/intrcnt.h
parent1116de1ec05ac0654891d6af19c3deee8a48e275 (diff)
downloadFreeBSD-src-b94ae4e3dbe02b0783732fb0fa1e0684d003b9be.zip
FreeBSD-src-b94ae4e3dbe02b0783732fb0fa1e0684d003b9be.tar.gz
Bump the number of interrupts from 65 to 257. This is a waste of
space most of the time, but handles machines with lots of I/O (S)APICs. We cannot make this more dynamic without breaking the interface with vmstat. Hence, we need to fix the interface first.
Diffstat (limited to 'sys/ia64/include/intrcnt.h')
-rw-r--r--sys/ia64/include/intrcnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/intrcnt.h b/sys/ia64/include/intrcnt.h
index bb1830e..b9da9f5 100644
--- a/sys/ia64/include/intrcnt.h
+++ b/sys/ia64/include/intrcnt.h
@@ -32,7 +32,7 @@
#define INTRCNT_ISA_IRQ (INTRCNT_CLOCK + 1)
#define INTRCNT_ISA_IRQ_LEN 16
#define INTRCNT_OTHER_BASE (INTRCNT_ISA_IRQ + INTRCNT_ISA_IRQ_LEN)
-#define INTRCNT_OTHER_LEN 48
+#define INTRCNT_OTHER_LEN 240
#define INTRCNT_COUNT (INTRCNT_OTHER_BASE + INTRCNT_OTHER_LEN)
/*
OpenPOWER on IntegriCloud