summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/intel_turbo_max_3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/x86/intel_turbo_max_3.c')
-rw-r--r--drivers/platform/x86/intel_turbo_max_3.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/platform/x86/intel_turbo_max_3.c b/drivers/platform/x86/intel_turbo_max_3.c
index d4ea01805879..a6d5aa0c3c47 100644
--- a/drivers/platform/x86/intel_turbo_max_3.c
+++ b/drivers/platform/x86/intel_turbo_max_3.c
@@ -138,9 +138,6 @@ static int __init itmt_legacy_init(void)
if (!id)
return -ENODEV;
- if (boot_cpu_has(X86_FEATURE_HWP))
- return -ENODEV;
-
ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN,
"platform/x86/turbo_max_3:online",
itmt_legacy_cpu_online, NULL);