diff options
Diffstat (limited to 'sys/x86')
| -rw-r--r-- | sys/x86/cpufreq/hwpstate_intel.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/x86/cpufreq/hwpstate_intel.c b/sys/x86/cpufreq/hwpstate_intel.c index 844bebfc7274..3ee97772e122 100644 --- a/sys/x86/cpufreq/hwpstate_intel.c +++ b/sys/x86/cpufreq/hwpstate_intel.c @@ -128,12 +128,12 @@ MODULE_VERSION(hwpstate_intel, 1); /* * Internal errors conveyed by code executing on another CPU. */ -#define HWP_ERROR_CPPC_ENABLE (1 << 0) -#define HWP_ERROR_CPPC_CAPS (1 << 1) -#define HWP_ERROR_CPPC_REQUEST (1 << 2) -#define HWP_ERROR_CPPC_REQUEST_WRITE (1 << 3) -#define HWP_ERROR_CPPC_REQUEST_PKG (1 << 3) -#define HWP_ERROR_CPPC_EPP_WRITE (1 << 4) +#define HWP_ERROR_CPPC_ENABLE (1 << 0) +#define HWP_ERROR_CPPC_CAPS (1 << 1) +#define HWP_ERROR_CPPC_REQUEST (1 << 2) +#define HWP_ERROR_CPPC_REQUEST_WRITE (1 << 3) +#define HWP_ERROR_CPPC_REQUEST_PKG (1 << 4) +#define HWP_ERROR_CPPC_EPP_WRITE (1 << 5) static inline bool hwp_has_error(u_int res, u_int err) |
