Re: svn commit: r194772 - in head/sys: amd64/isa i386/isa

2009-06-23 Thread Alexander Motin
Ed Schouten wrote: * Alexander Motin wrote: + pscnt = psrate; It seems the psrate variable is nonexistent. Oops. There should be psratio. Forgot to recreate patch after fixing it. Thanks! -- Alexander Motin ___ svn-src-all@f

Re: svn commit: r194772 - in head/sys: amd64/isa i386/isa

2009-06-23 Thread Ed Schouten
Hi Alexander, * Alexander Motin wrote: > + pscnt = psrate; It seems the psrate variable is nonexistent. Yours, -- Ed Schouten WWW: http://80386.nl/ pgpRVYXFllCOU.pgp Description: PGP signature

svn commit: r194772 - in head/sys: amd64/isa i386/isa

2009-06-23 Thread Alexander Motin
Author: mav Date: Tue Jun 23 21:45:33 2009 New Revision: 194772 URL: http://svn.freebsd.org/changeset/base/194772 Log: Rework r193814: While general idea of patch was good, it was not working properly due the way it was implemented. When we are using same timer interrupt for several of har