Re: svn commit: r247066 - head/sys/dev/ppc

2013-02-21 Thread Warner Losh
On Feb 21, 2013, at 6:26 AM, Gleb Smirnoff wrote: > On Thu, Feb 21, 2013 at 01:09:57PM +0400, Andrey Zonov wrote: > A> > Log: > A> > Replace splhigh() with critical_enter()/leave() to ensure we write the > A> > config mode unlock sequence quickly enough. This likely isn't too > critical, > A

Re: svn commit: r247066 - head/sys/dev/ppc

2013-02-21 Thread Gleb Smirnoff
On Thu, Feb 21, 2013 at 01:09:57PM +0400, Andrey Zonov wrote: A> > Log: A> > Replace splhigh() with critical_enter()/leave() to ensure we write the A> > config mode unlock sequence quickly enough. This likely isn't too critical, A> > since splhigh() has been a noop for a decade... A> > A> >

Re: svn commit: r247066 - head/sys/dev/ppc

2013-02-21 Thread Andrey Zonov
On 2/21/13 4:27 AM, Warner Losh wrote: > Author: imp > Date: Thu Feb 21 00:27:51 2013 > New Revision: 247066 > URL: http://svnweb.freebsd.org/changeset/base/247066 > > Log: > Replace splhigh() with critical_enter()/leave() to ensure we write the > config mode unlock sequence quickly enough. Th

svn commit: r247066 - head/sys/dev/ppc

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 00:27:51 2013 New Revision: 247066 URL: http://svnweb.freebsd.org/changeset/base/247066 Log: Replace splhigh() with critical_enter()/leave() to ensure we write the config mode unlock sequence quickly enough. This likely isn't too critical, since splhigh() has bee