Move the polling systimer initialization code out of kern_clock.c and into
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 13 Oct 2005 00:45:36 +0000 (00:45 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 13 Oct 2005 00:45:36 +0000 (00:45 +0000)
commit3e61f60e4fec39b5322e2df890d8f55c340c15a4
tree420d76290faf5cc6f4aac6d48695a40daac2228a
parent9e550624e48984a65521dda462528a18020c259f
Move the polling systimer initialization code out of kern_clock.c and into
kern_poll.c.

Program the polling systimer to 1hz while polling is disabled, to reduce
cpu waste.  Change the default polling frequency to 2000hz.
sys/kern/kern_clock.c
sys/kern/kern_poll.c