Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69503 )
Change subject: cpu/cpu.h: Remove unused functions ......................................................................
cpu/cpu.h: Remove unused functions
These were dropped with LEGACY_SMP_INIT.
Change-Id: Iecaf9ba3d31d22311557b885b31e98a0edd74d96 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/include/cpu/cpu.h 1 file changed, 12 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/69503/1
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