svn commit: r255067 - head/sys/kern

Hans Petter Selasky hps at bitfrost.no
Fri Aug 30 13:48:06 UTC 2013


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 less
>>    than or equal to zero.
>
> Discussed with?
> Reviewed by?
> Tested by?
>

Hi,

I've checked MAINTAINERS first.

A patch was sent to the freebsd-current mailing list, See XHCI USB 
debugging thread.

Could probably have been discussed a bit more. The cold case logic for 
pause() is mainly used by the USB code and was factored out from 
usb_pause_mtx() a long while ago by me.

Do you see anything technically wrong about my patch?

--HPS



More information about the svn-src-head mailing list