On Tue, Sep 10, 2013 at 11:16 PM, Davide Italiano wrote:
>> ==
>> --- head/sys/kern/kern_synch.c Fri Aug 30 10:10:22 2013(r255066)
>> +++ head/sys/kern/kern_synch.c Fri Aug 30 10:39:56 2013(r255067)
>> @@
> ==
> --- head/sys/kern/kern_synch.c Fri Aug 30 10:10:22 2013(r255066)
> +++ head/sys/kern/kern_synch.c Fri Aug 30 10:39:56 2013(r255067)
> @@ -356,10 +356,7 @@ msleep_spin_sbt(void *ident, struct mtx
>
Cc: Hans Petter Selasky <mailto:hans.petter.sela...@bitfrost.no> >; src-committ...@freebsd.org
> <mailto:src-committ...@freebsd.org> ; svn-src-...@freebsd.org
> <mailto:svn-src-...@freebsd.org> ; svn-src-head@FreeBSD.org
> <mailto:svn-src-head@FreeBSD.org>
>
On Fri, 2013-08-30 at 16:55 +0300, Andriy Gapon wrote:
> on 30/08/2013 16:49 Hans Petter Selasky said the following:
> > On 08/30/13 15:37, Andriy Gapon wrote:
> >> on 30/08/2013 13:39 Hans Petter Selasky said the following:
> >>> Author: hselasky
> >>> Date: Fri Aug 30 10:39:56 2013
> >>> New Revi
on 30/08/2013 16:49 Hans Petter Selasky said the following:
> On 08/30/13 15:37, Andriy Gapon wrote:
>> on 30/08/2013 13:39 Hans Petter Selasky said the following:
>>> Author: hselasky
>>> Date: Fri Aug 30 10:39:56 2013
>>> New Revision: 255067
>>> URL: http://svnweb.freebsd.org/changeset/base/2550
On 08/30/13 15:37, Andriy Gapon wrote:
on 30/08/2013 13:39 Hans Petter Selasky said the following:
Author: hselasky
Date: Fri Aug 30 10:39:56 2013
New Revision: 255067
URL: http://svnweb.freebsd.org/changeset/base/255067
Log:
Simplify pause_sbt() logic. Don't call DELAY() if remainder is les
on 30/08/2013 13:39 Hans Petter Selasky said the following:
> Author: hselasky
> Date: Fri Aug 30 10:39:56 2013
> New Revision: 255067
> URL: http://svnweb.freebsd.org/changeset/base/255067
>
> Log:
> Simplify pause_sbt() logic. Don't call DELAY() if remainder is less
> than or equal to zero.