K 10 svn:author V 3 jhb K 8 svn:date V 27 2017-05-11T00:27:26.726634Z K 7 svn:log V 354 MFC 315323: Use UMA_ALIGN_PTR instead of sizeof(void *) for zone alignment. uma_zcreate()'s alignment argument is supposed to be sizeof(foo) - 1, and uma.h provides a set of helper macros for common types. Passing sizeof(void *) results in all of the members being misaligned triggering unaligned access faults on certain architectures (notably MIPS). END