kernel - Avoid a race between dfly_schedulerclock and usched_dfly_cpu_init.
authorImre Vadász <imre@vdsz.com>
Tue, 4 Sep 2018 20:47:17 +0000 (22:47 +0200)
committerImre Vadász <imre@vdsz.com>
Wed, 5 Sep 2018 19:55:18 +0000 (21:55 +0200)
commit3979974961a6ce6281d5b1425e99b0945281f39c
tree09528fd5976ef6250d26496f4c88984fc48aa8ca
parented0ed744e48401f68ed4007fc94046633fddab10
kernel - Avoid a race between dfly_schedulerclock and usched_dfly_cpu_init.

* This race was repeatedly occuring during startup, running with multiple
  virtual cpu cores in qemu (using TCG emulation on a DragonFly host).
sys/kern/kern_clock.c