K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-07-16T11:03:06.000000Z K 7 svn:log V 299 Use mp_maxid in preference to MAXCPU when creating exports of UMA per-CPU cache statistics. UMA sizes the cache array based on the number of CPUs at boot (mp_maxid + 1), and iterating based on MAXCPU could read off the end of the array (into the next zone). Reported by: yongari MFC after: 1 week END