Skip to content

Commit d29d673

Browse files
Ashwin Chaugulerafaeljw
authored andcommitted
ACPI / CPPC: Use h/w reduced version of the PCCT structure
CPPC is enabled only on platforms which support the h/w reduced ACPI specification, so use the h/w reduced version of the PCCT consistently when deferencing PCCT contents. Fixes: 337aadf (ACPI: Introduce CPU performance controls using CPPC) Signed-off-by: Ashwin Chaugule <ashwin.chaugule@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent efb2d3b commit d29d673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/acpi/cppc_acpi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ EXPORT_SYMBOL_GPL(acpi_get_psd_map);
304304

305305
static int register_pcc_channel(unsigned pcc_subspace_idx)
306306
{
307-
struct acpi_pcct_subspace *cppc_ss;
307+
struct acpi_pcct_hw_reduced *cppc_ss;
308308
unsigned int len;
309309

310310
if (pcc_subspace_idx >= 0) {

0 commit comments

Comments
 (0)