diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/eventtimers.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/eventtimers.4 b/share/man/man4/eventtimers.4 index 88ed860..4db4420 100644 --- a/share/man/man4/eventtimers.4 +++ b/share/man/man4/eventtimers.4 @@ -145,7 +145,9 @@ and runs in periodic mode, this option has no effect - all interrupts are always generating. .It Va kern.eventtimer.activetick makes each CPU to receive all kinds of timer interrupts when they are busy. -Disabling it allows to skip some hardclock() calls in some cases. +Disabling it allows to skip some +.Fn hardclock +calls in some cases. By default this options is enabled. If chosen timer is per-CPU, this option has no effect - all interrupts are always generating, as timer reprogramming is too expensive for that case. |