Fix a bug in the last commit. A FIFO calculation was incorrect (3/2 instead
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 18 Apr 2005 01:02:58 +0000 (01:02 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 18 Apr 2005 01:02:58 +0000 (01:02 +0000)
commit8e449c5bbe0c16cd6427c631a8da3eb369953912
treefc44cad1367879afe30c66940ea05a0540da5ef3
parent31d2487f52fcb2fb1f95153d1a72c388ad9455b8
Fix a bug in the last commit.  A FIFO calculation was incorrect (3/2 instead
of 2/3), resulting in overflows during heavy token handling activity.

Reported-by: =?ISO-8859-1?Q?Stefan_Kr=FCger?= <skrueger@meinberlikomm.de>
sys/kern/lwkt_ipiq.c