K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-11-05T15:08:56.936864Z K 7 svn:log V 284 Rationalize per-cpu zones. The 2 provided zones had inconsistent naming between each other ("int" and "64") and other allocator zones (which use bytes). Follow malloc by naming them "pcpu-" + size in bytes. This is a step towards replacing ad-hoc per-cpu zones with general slabs. END