Arthur Heymans has submitted this change. ( https://review.coreboot.org/c/coreboot/+/69503 )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: cpu/cpu.h: Remove unused functions prototypes ......................................................................
cpu/cpu.h: Remove unused functions prototypes
These were dropped with LEGACY_SMP_INIT.
Change-Id: Iecaf9ba3d31d22311557b885b31e98a0edd74d96 Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/69503 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Elyes Haouas ehaouas@noos.fr --- M src/include/cpu/cpu.h 1 file changed, 15 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Elyes Haouas: Looks good to me, approved
diff --git a/src/include/cpu/cpu.h b/src/include/cpu/cpu.h index e668de8..955bd73 100644 --- a/src/include/cpu/cpu.h +++ b/src/include/cpu/cpu.h @@ -13,8 +13,6 @@ /* Function to keep track of cpu default apic_id */ void cpu_add_map_entry(unsigned int index); struct bus; -void initialize_cpus(struct bus *cpu_bus); -asmlinkage void secondary_cpu_init(unsigned int cpu_index); int cpu_phys_address_size(void);
#if ENV_RAMSTAGE