From c77b607138cba25e6fc979c176a8c6b255687a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Wed, 12 Apr 2023 19:18:32 +0300 Subject: soc/intel/common: Fix acpigen use for processor Device MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib4e21732ac31076a1a97a774e03c8466d17c5f29 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/74395 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/soc/intel/common/block/acpi/acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc') 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 -- cgit v1.2.3