diff options
Diffstat (limited to 'src/mainboard/newisys/khepri')
-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 6b959fc738..5d5e7e9bba 100644 --- a/src/mainboard/newisys/khepri/failover.c +++ b/src/mainboard/newisys/khepri/failover.c @@ -13,10 +13,11 @@ static unsigned long main(unsigned long bist) { - unsigned nodeid; + unsigned nodeid; /* Make cerain my local apic is useable */ enable_lapic(); + nodeid=lapicid(); /* Is this a cpu only reset? */ if (cpu_init_detected(nodeid)) { if (last_boot_normal()) { |