diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 18:17:28 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 18:17:28 +0000 |
commit | b9a0e03a6827560e565079b36c63c371c68fb7f6 (patch) | |
tree | d72b599fde4ce9765a06cd930ad92d792eb7d755 /src/mainboard/newisys/khepri/failover.c | |
parent | a4b26d77e2088924a3eb81cf9e3f16f6ade4578b (diff) |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-58
Creator: Li-Ta Lo <ollie@lanl.gov>
auto.c and failover.c
convert mainboard auto.c and failover.c to post DOM era
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1976 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/newisys/khepri/failover.c')
-rw-r--r-- | src/mainboard/newisys/khepri/failover.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/failover.c b/src/mainboard/newisys/khepri/failover.c index e351cae83d..6b959fc738 100644 --- a/src/mainboard/newisys/khepri/failover.c +++ b/src/mainboard/newisys/khepri/failover.c @@ -13,11 +13,12 @@ static unsigned long main(unsigned long bist) { + unsigned nodeid; /* Make cerain my local apic is useable */ enable_lapic(); /* Is this a cpu only reset? */ - if (cpu_init_detected()) { + if (cpu_init_detected(nodeid)) { if (last_boot_normal()) { goto normal_image; } else { |