HomeFreeBSD

Rationalize per-cpu zones.

Description

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.

Details

Provenance
mjgAuthored on
Parents
rS367383: [PowerPC] Make PPC 970 PMC SPRs the standard ones
Branches
Unknown
Tags
Unknown