aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-02-22 13:32:01 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-02-22 13:32:01 +0000
commit1cbb9c3b03ede1bb04b64a81e645bacd27e7453e (patch)
treee5ecf3d25102e8c345e8b21cabef4d87489b8437 /sys/amd64/include
parent4e2befc031b0a461523f783c10a5b088fef37830 (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/mptable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index a779ff0482c7..27ee7ae4d029 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/include/mptable.h
@@ -2293,7 +2293,7 @@ ap_init(void)
while (smp_started == 0)
; /* nothing */
- microuptime(PCPU_PTR(switchtime));
+ binuptime(PCPU_PTR(switchtime));
PCPU_SET(switchticks, ticks);
/* ok, now grab sched_lock and enter the scheduler */