git: vkernel - change hz default, optimize systimer
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jan 22 17:17:03 PST 2017
commit 6de4cf8a045febfcb20dde5bb7a51ca13e3d33a6
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Jan 22 17:15:26 2017 -0800
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.
Summary of changes:
sys/kern/kern_clock.c | 13 ++--
sys/kern/subr_param.c | 12 ++--
sys/platform/vkernel64/include/param.h | 9 +--
sys/platform/vkernel64/platform/systimer.c | 103 ++++++++++++++++-------------
4 files changed, 70 insertions(+), 67 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6de4cf8a045febfcb20dde5bb7a51ca13e3d33a6
--
DragonFly BSD source repository
More information about the Commits
mailing list