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/cpu/x86/lapic/lapic_cpu_init.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/x86/lapic/lapic_cpu_init.c') diff --git a/src/cpu/x86/lapic/lapic_cpu_init.c b/src/cpu/x86/lapic/lapic_cpu_init.c index d61547dad0..fc5a7861e1 100644 --- a/src/cpu/x86/lapic/lapic_cpu_init.c +++ b/src/cpu/x86/lapic/lapic_cpu_init.c @@ -502,8 +502,6 @@ void initialize_cpus(struct bus *cpu_bus) smm_init(); #endif - cpus_ready_for_init(); - #if CONFIG_SMP #if !CONFIG_SERIAL_CPU_INIT /* start all aps at first, so we can init ECC all together */ -- cgit v1.2.3