K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-07-23T15:10:29.000000Z K 7 svn:log V 369 Merge uma_core.c:1.127 from HEAD to RELENG_6: 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 Approved by: re (kensmith) END