summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-02-10 20:29:57 +0000
committermarcel <marcel@FreeBSD.org>2009-02-10 20:29:57 +0000
commit59864a1e04bce3c677036894f20613aee716733d (patch)
tree77bb167a67fd672b29222387cc2d180f654e9859 /sys/ia64
parentb3c91fe7ccae478adb14c15f469d49a98deb8c3f (diff)
downloadFreeBSD-src-59864a1e04bce3c677036894f20613aee716733d.zip
FreeBSD-src-59864a1e04bce3c677036894f20613aee716733d.tar.gz
Mark the BSP as being awake. This supresses the message
that not all usable CPUs could be woken up...
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/mp_machdep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ia64/ia64/mp_machdep.c b/sys/ia64/ia64/mp_machdep.c
index 6885286..4756dcd 100644
--- a/sys/ia64/ia64/mp_machdep.c
+++ b/sys/ia64/ia64/mp_machdep.c
@@ -267,7 +267,8 @@ cpu_mp_start()
if (!ap_awake)
printf("SMP: WARNING: cpu%d did not wake up\n",
pc->pc_cpuid);
- }
+ } else
+ pc->pc_awake = 1;
}
}
OpenPOWER on IntegriCloud