|
@@ -681,6 +681,7 @@ static struct cpu_defaults knl_params = {
|
|
.get_max = core_get_max_pstate,
|
|
.get_max = core_get_max_pstate,
|
|
.get_min = core_get_min_pstate,
|
|
.get_min = core_get_min_pstate,
|
|
.get_turbo = knl_get_turbo_pstate,
|
|
.get_turbo = knl_get_turbo_pstate,
|
|
|
|
+ .get_scaling = core_get_scaling,
|
|
.set = core_set_pstate,
|
|
.set = core_set_pstate,
|
|
},
|
|
},
|
|
};
|
|
};
|