vkernel - Clock optimizations, pre-zero 'ram'.
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 25 Jan 2017 19:18:20 +0000 (11:18 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 25 Jan 2017 19:18:20 +0000 (11:18 -0800)
commitdc1b9d13d05a369e485a1aa270355f5a74b266c2
tree51063c99b8675a07da609ea2f95e2572fab4ef29
parenta094cc95c3d6615ac48e1e6eb359d5bd96ed4da8
vkernel - Clock optimizations, pre-zero 'ram'.

* The vkernel now defaults to using an imprecise (host-tick-resolution)
  timer.

* The vkernel now pre-faults all of its 'system' memory at startup in order
  to avoid dynamically faulting it in after it has gone MP (which creates
  a lot of contention on the host machine).
share/man/man7/vkernel.7
sys/platform/vkernel64/platform/init.c
sys/platform/vkernel64/platform/systimer.c