From 7bdf85bfdb4e2c5efe47d8474f42f42c152c8882 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 7 Jul 2012 13:42:03 +0300 Subject: Move cpus_ready_for_init() to AMD K8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The function is a noop for all but amd/serengeti_cheetah. Change-Id: I09e2e710aa964c2f31e35fcea4f14856cc1e1dca Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/1184 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/include/cpu/cpu.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/include/cpu') diff --git a/src/include/cpu/cpu.h b/src/include/cpu/cpu.h index c2113c1aa5..34ba61ec26 100644 --- a/src/include/cpu/cpu.h +++ b/src/include/cpu/cpu.h @@ -9,12 +9,6 @@ struct bus; void initialize_cpus(struct bus *cpu_bus); void secondary_cpu_init(void); -#if !CONFIG_WAIT_BEFORE_CPUS_INIT - #define cpus_ready_for_init() do {} while(0) -#else - void cpus_ready_for_init(void); -#endif - #if CONFIG_HAVE_SMI_HANDLER void smm_init(void); void smm_lock(void); -- cgit v1.2.3