diff options
author | Myles Watson <mylesgw@gmail.com> | 2008-12-18 18:24:11 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2008-12-18 18:24:11 +0000 |
commit | 43bb9cddddf90b996e6862d261024c9149fdd59c (patch) | |
tree | cbb912ec586e4e7adf2e4795feed57b984fd6fe8 /src/cpu | |
parent | 845a2eba1647b7a88546bda1ad2a587e5312fd77 (diff) | |
download | coreboot-43bb9cddddf90b996e6862d261024c9149fdd59c.tar.xz |
This patch gets rid of all the implicit definition warnings for serengeti except get_nodes.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3818 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/x86/lapic/lapic_cpu_init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/x86/lapic/lapic_cpu_init.c b/src/cpu/x86/lapic/lapic_cpu_init.c index 033f789442..0fd31d0382 100644 --- a/src/cpu/x86/lapic/lapic_cpu_init.c +++ b/src/cpu/x86/lapic/lapic_cpu_init.c @@ -435,6 +435,8 @@ static void wait_other_cpus_stop(struct bus *cpu_bus) #if WAIT_BEFORE_CPUS_INIT==0 #define cpus_ready_for_init() do {} while(0) +#else + void cpus_ready_for_init(void); #endif #if HAVE_SMI_HANDLER |