aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ibm/e325/failover.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/ibm/e325/failover.c')
-rw-r--r--src/mainboard/ibm/e325/failover.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/ibm/e325/failover.c b/src/mainboard/ibm/e325/failover.c
index ed5ce32d81..e351cae83d 100644
--- a/src/mainboard/ibm/e325/failover.c
+++ b/src/mainboard/ibm/e325/failover.c
@@ -13,14 +13,11 @@
static unsigned long main(unsigned long bist)
{
- unsigned nodeid;
/* Make cerain my local apic is useable */
enable_lapic();
- nodeid = lapicid() & 0xf;
-
/* Is this a cpu only reset? */
- if (cpu_init_detected(nodeid)) {
+ if (cpu_init_detected()) {
if (last_boot_normal()) {
goto normal_image;
} else {