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>
This commit is contained in:
Kyösti Mälkki
2023-04-12 19:18:32 +03:00
parent 8547429d39
commit c77b607138

View File

@@ -414,7 +414,7 @@ void generate_cpu_entries(const struct device *device)
/* Soc specific power states generation */ /* Soc specific power states generation */
soc_power_states_generation(core_id, num_virt); soc_power_states_generation(core_id, num_virt);
acpigen_pop_len(); acpigen_write_processor_device_end();
} }
} }
/* PPKG is usually used for thermal management /* PPKG is usually used for thermal management