aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2023-04-12 19:18:32 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2023-04-14 08:33:18 +0000
commitc77b607138cba25e6fc979c176a8c6b255687a59 (patch)
tree432378b3caf2089bde33c0a9500f71a9f75c14cd /src
parent8547429d396a68fc82cc6aff5b7fa61ae8235834 (diff)
soc/intel/common: Fix acpigen use for processor Device
Change-Id: Ib4e21732ac31076a1a97a774e03c8466d17c5f29 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74395 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/common/block/acpi/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/acpi/acpi.c b/src/soc/intel/common/block/acpi/acpi.c
index 4b790b77f0..4139054695 100644
--- a/src/soc/intel/common/block/acpi/acpi.c
+++ b/src/soc/intel/common/block/acpi/acpi.c
@@ -414,7 +414,7 @@ void generate_cpu_entries(const struct device *device)
/* Soc specific power states generation */
soc_power_states_generation(core_id, num_virt);
- acpigen_pop_len();
+ acpigen_write_processor_device_end();
}
}
/* PPKG is usually used for thermal management