From 05758bd817f47780aed2b01df93259294105eee5 Mon Sep 17 00:00:00 2001 From: Ron Minnich Date: Wed, 11 Apr 2012 07:24:52 -0700 Subject: Remove obsolete empy macro definition In the early days of v2 the (e.g.) #ifdef SMP style was frowned upon in some quarters. Hence, empty definitions of functions were created. This particular function, possibly the last remaining example, was no longer even being used anywhere. Signed-off-by: Ron Minnich --- src/cpu/x86/lapic/lapic_cpu_init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cpu/x86/lapic/lapic_cpu_init.c b/src/cpu/x86/lapic/lapic_cpu_init.c index 2ac9093211..f8239812a5 100644 --- a/src/cpu/x86/lapic/lapic_cpu_init.c +++ b/src/cpu/x86/lapic/lapic_cpu_init.c @@ -476,8 +476,6 @@ static void wait_other_cpus_stop(struct bus *cpu_bus) printk(BIOS_DEBUG, "All AP CPUs stopped (%ld loops)\n", loopcount); } -#else /* CONFIG_SMP */ -#define initialize_other_cpus(root) do {} while(0) #endif /* CONFIG_SMP */ void initialize_cpus(struct bus *cpu_bus) -- cgit v1.2.3