K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-08-05T09:24:38.348683Z K 7 svn:log V 283 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. END