diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-03-16 10:58:09 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-03-16 10:58:09 +0000 |
| commit | 237fdd787b20699fc2c01387011b06a9ce746cfa (patch) | |
| tree | 6564575d1252cf3bc48428a52fcc596c284e459b /sys/kern/kern_clock.c | |
| parent | f48a417b24490b3bdb96ce9c6e4cb48b5dc82437 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_clock.c')
| -rw-r--r-- | sys/kern/kern_clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index c92d7de55653..ded86c80ba91 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -79,7 +79,7 @@ extern void hardclock_device_poll(void); #endif /* DEVICE_POLLING */ static void initclocks(void *dummy); -SYSINIT(clocks, SI_SUB_CLOCKS, SI_ORDER_FIRST, initclocks, NULL) +SYSINIT(clocks, SI_SUB_CLOCKS, SI_ORDER_FIRST, initclocks, NULL); /* Spin-lock protecting profiling statistics. */ static struct mtx time_lock; |
