K 10 svn:author V 6 marcel K 8 svn:date V 27 2009-11-28T21:01:15.199902Z K 7 svn:log V 352 Eliminate teh use of MAXCPU in static arrays of interrupt counters by adding statistics counters to the PCPU structure. Export the counters through sysctl by giving each PCPU structure its own sysctl context. While here, fix cnt.v_intr by not just having it count clock interrupts, but every interrupt and add more counters for each interrupt source. END