From ff263ea2dc4eeba8012823ddda720bb26e6470ef Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 5 Jan 2003 22:00:19 +0000 Subject: [PATCH] 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. --- sys/ia64/include/intrcnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ia64/include/intrcnt.h b/sys/ia64/include/intrcnt.h index bb1830e791f..b9da9f5167b 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) /*