When testing whether a negative delta is smaller than the default
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 12 Sep 2005 19:01:45 +0000 (19:01 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 12 Sep 2005 19:01:45 +0000 (19:01 +0000)
commit7df7080b2c9adc6b52d4e22f617f2971a2e238ae
tree4484ce1713bbced9212b3b1a992d55fe5a794091
parentae4f66bf43ed2715ca0996530e689080616f7f21
When testing whether a negative delta is smaller than the default
per-tick delta, the latter has to be negated, otherwise the condition is
always false.
sys/kern/kern_time.c