Re: RIP hzto(9) 3/4: the implementation

2015-06-09 Thread David Gwynne
ok. On 10 Jun 2015, at 07:42, Mike Belopuhov m...@belopuhov.com wrote: OK? diff --git sys/kern/kern_clock.c sys/kern/kern_clock.c index 279804c..e35f2f4 100644 --- sys/kern/kern_clock.c +++ sys/kern/kern_clock.c @@ -200,63 +200,10 @@ hardclock(struct clockframe *frame) if

RIP hzto(9) 3/4: the implementation

2015-06-09 Thread Mike Belopuhov
OK? diff --git sys/kern/kern_clock.c sys/kern/kern_clock.c index 279804c..e35f2f4 100644 --- sys/kern/kern_clock.c +++ sys/kern/kern_clock.c @@ -200,63 +200,10 @@ hardclock(struct clockframe *frame) if (timeout_hardclock_update()) softintr_schedule(softclock_si); } /*