K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2016-11-24T20:31:46.591317Z K 7 svn:log V 255 Fix the build post-r309017 for MPC85XX/MPC85XXSPE r309017 removed two fields from struct vmmeter, which is embedded in struct pcpu. This caused the struct size to change, triggering the CTASSERT in sys/pcpu.h. Add the extra 8 bytes back in as padding. END