summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-05-20 16:25:08 +0000
committerobrien <obrien@FreeBSD.org>2005-05-20 16:25:08 +0000
commit5aa539228ea8f570b5d6b27c4ddce8e5396f3dca (patch)
tree3d19e74b0f269ca7b466dd86b6f44ef5f28df2df /sys/amd64
parentc7cb6eb3c22a65e93dd813233832abc937a345df (diff)
downloadFreeBSD-src-5aa539228ea8f570b5d6b27c4ddce8e5396f3dca.zip
FreeBSD-src-5aa539228ea8f570b5d6b27c4ddce8e5396f3dca.tar.gz
Adjust the start_ap delay to match i386.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mp_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index 9688e93..bf3486b 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -781,7 +781,7 @@ start_ap(int apic_id)
for (ms = 0; ms < 5000; ms++) {
if (mp_naps > cpus)
return 1; /* return SUCCESS */
- DELAY(100000);
+ DELAY(1000);
}
return 0; /* return FAILURE */
}
OpenPOWER on IntegriCloud