aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/newisys
diff options
context:
space:
mode:
authorarch import user (historical) <svn@openbios.org>2005-08-05 18:55:52 +0000
committerarch import user (historical) <svn@openbios.org>2005-08-05 18:55:52 +0000
commitcad91fdd795b671b2064b0cc68d82e25ed4c10d4 (patch)
treea02f0481e82f5d38a8d74b29c5601e70b62ff227 /src/mainboard/newisys
parent19ae9403c20dc057690bb159902a5c61515c11ee (diff)
more khepri cleanups.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1994 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/newisys')
-rw-r--r--src/mainboard/newisys/khepri/failover.c3
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()) {