diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-12 16:50:08 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-14 17:22:47 +0000 |
commit | fa775b7651e4488f0535c17a5e04974e7d1a40b2 (patch) | |
tree | 980b74637fd14c477164cb19830cc7402e0f5161 /src/include | |
parent | e095c462dcf04a038ec4c1de8a8cf82e1441b31d (diff) |
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>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cpu/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/cpu/cpu.h b/src/include/cpu/cpu.h index e668de8ff4..955bd73fba 100644 --- a/src/include/cpu/cpu.h +++ b/src/include/cpu/cpu.h @@ -13,8 +13,6 @@ uintptr_t cpu_get_lapic_addr(void); /* 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 |