K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2003-06-25T20:49:48.000000Z K 7 svn:log V 234 Move the pcpu lock out of the uma_cache and instead have a single set of pcpu locks. This makes uma_zone somewhat smaller (by (LOCKNAME_LEN * sizeof(char) + sizeof(struct mtx) * maxcpu) bytes, to be exact). No Objections from jeff. END