To support hmp(4) (https://reviews.freebsd.org/D56547) in the intelhfi driver being developed at https://reviews.freebsd.org/D44456, it became necessary to process the IA32_PM_ENABLE MSR.
Therefore, I will add the definition of the corresponding bit flag.
The following is supplementary information:
- This flag is a separate patch from intelhfi (https://reviews.freebsd.org/D44456). This is because it allows for future support of the hwpstate_intel driver, which currently hardcodes the numerical value.
- Applying this patch is also necessary to build intelhfi (https://reviews.freebsd.org/D44456).