summaryrefslogtreecommitdiff
path: root/sys/kern/kern_tc.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-01-10 14:55:14 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-01-10 14:55:14 +0000
commiteeb355f73f5aee8f8870fd2864ae7eff9f86a8b0 (patch)
tree1773c3b39d4fbec21c7a4e0c3dcc1a696ed9211b /sys/kern/kern_tc.c
parent821b78a3f9d97f28e15357299285d6ceba1c9a6e (diff)
Notes
Diffstat (limited to 'sys/kern/kern_tc.c')
-rw-r--r--sys/kern/kern_tc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c
index ed85804b637a..87ac79c61b08 100644
--- a/sys/kern/kern_tc.c
+++ b/sys/kern/kern_tc.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_clock.c 8.5 (Berkeley) 1/21/94
- * $Id: kern_clock.c,v 1.48 1998/01/07 12:29:17 phk Exp $
+ * $Id: kern_clock.c,v 1.49 1998/01/10 13:16:19 phk Exp $
*/
/* Portions of this software are covered by the following: */
@@ -628,8 +628,8 @@ hardclock(frame)
}
CPU_CLOCKUPDATE(&time, &newtime);
}
-
- softclock(frame);
+
+ setsoftclock();
}
void