summaryrefslogtreecommitdiff
path: root/sys/kern/kern_clock.c
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2006-06-13 13:12:56 +0000
committerDavid Xu <davidxu@FreeBSD.org>2006-06-13 13:12:56 +0000
commitb41f1452d951aad13aba458af52b7c051205b415 (patch)
treea9fec91142711752b931300f2309e4de17526aad /sys/kern/kern_clock.c
parent05922cdfccecde28f8de5e2688a54e641bebf2c2 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_clock.c')
-rw-r--r--sys/kern/kern_clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c
index e00d8243df64..182e1297a129 100644
--- a/sys/kern/kern_clock.c
+++ b/sys/kern/kern_clock.c
@@ -201,6 +201,7 @@ hardclock_cpu(int usermode)
* Run current process's virtual and profile time, as needed.
*/
mtx_lock_spin_flags(&sched_lock, MTX_QUIET);
+ sched_tick();
if (p->p_flag & P_SA) {
/* XXXKSE What to do? */
} else {