HomeFreeBSD

cache: reduce zone alignment to 8 bytes

Description

cache: reduce zone alignment to 8 bytes

It used to be sizeof of the given struct to accomodate for 32 bit mips
doing 64 bit loads, but the same can be achieved with requireing just
64 bit alignment.

While here reorder struct namecache so that most commonly used fields
are closer.

Details

Provenance
mjgAuthored on Aug 5 2020, 9:24 AM
Parents
rGd61ce7ef50c7: cache: convert ncnegnash into a macro
Branches
Unknown
Tags
Unknown

Event Timeline