diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-02-22 13:32:01 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-02-22 13:32:01 +0000 |
| commit | 1cbb9c3b03ede1bb04b64a81e645bacd27e7453e (patch) | |
| tree | e5ecf3d25102e8c345e8b21cabef4d87489b8437 /sys/amd64/include | |
| parent | 4e2befc031b0a461523f783c10a5b088fef37830 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/mptable.h | 2 |
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 */ |
