K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2018-04-22T03:58:04.879603Z K 7 svn:log V 274 Fix the build post r332859 sysentvec::sv_hwcap/sv_hwcap2 are pointers to u_long, so cpu_features* need to be u_long to use the pointers. This also requires a temporary cast in printing the bitfields, which is fine because the feature flag fields are only 32 bits anyway. END