aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Minnich <rminnich@gmail.com>2012-04-11 07:24:52 -0700
committerRon Minnich <rminnich@gmail.com>2012-04-11 07:24:52 -0700
commit05758bd817f47780aed2b01df93259294105eee5 (patch)
tree7b2f90b2e56f6ef3fcf5f6d779e4f8a14687b907
parent14233a08114895cad9e419b9ee67290010e65ea9 (diff)
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 <rminnich@gmail.com>
-rw-r--r--src/cpu/x86/lapic/lapic_cpu_init.c2
1 files changed, 0 insertions, 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)