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.
This commit is contained in:
Marcel Moolenaar 2003-01-05 22:00:19 +00:00
parent 671f297efb
commit ff263ea2dc

View File

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