Fix a bug in the last commit. A FIFO calculation was incorrect (3/2 instead
commit395b04638d623f9b9631047223a587ed0ce4f75a
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 18 Apr 2005 01:02:58 +0000 (18 01:02 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 18 Apr 2005 01:02:58 +0000 (18 01:02 +0000)
treef3ab3e0a5b9bd88a5c2a69a1c1d9342c4635d7a0
parent659f14e75cd740fde02c448616ef07f1966c9595
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