vkernel - change hz default, optimize systimer
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 23 Jan 2017 01:15:26 +0000 (17:15 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 23 Jan 2017 01:15:26 +0000 (17:15 -0800)
commit6de4cf8a045febfcb20dde5bb7a51ca13e3d33a6
tree37dbb6c412b70c9ea9c4baf92ee47b26909ade22
parent07774aea0ccf64a48fcfad8899e3bf7c8f18277a
vkernel - change hz default, optimize systimer

* Change the hz default to 50

* Refactor the vkernel's systimer code to reduce unnecessary signaling.

* Cleanup kern_clock.c a bit, including renaming HZ to HZ_DEFAULT to avoid
  confusion.
sys/kern/kern_clock.c
sys/kern/subr_param.c
sys/platform/vkernel64/include/param.h
sys/platform/vkernel64/platform/systimer.c