HomeFreeBSD

Fix the build post r332859

Description

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.

Details

Provenance
jhibbitsAuthored on
Parents
rS332867: dwatch(1): Remove the line used to demonstrate `-dev' option
Branches
Unknown
Tags
Unknown