Re: svn commit: r248031 - in head/sys: kern sys

2013-03-10 Thread Alan Cox
On 03/10/2013 17:56, Andre Oppermann wrote: > On 08.03.2013 19:17, Alan Cox wrote: >> On 03/08/2013 04:14, Andre Oppermann wrote: >>> Author: andre >>> Date: Fri Mar 8 10:14:58 2013 >>> New Revision: 248031 >>> URL: http://svnweb.freebsd.org/changeset/base/248031 >>> >>> Log: >>>Move the auto-

Re: svn commit: r248031 - in head/sys: kern sys

2013-03-10 Thread Andre Oppermann
On 08.03.2013 19:17, Alan Cox wrote: On 03/08/2013 04:14, Andre Oppermann wrote: Author: andre Date: Fri Mar 8 10:14:58 2013 New Revision: 248031 URL: http://svnweb.freebsd.org/changeset/base/248031 Log: Move the auto-sizing of the callout array from init_param2() to kern_timeout_callwhe

Re: svn commit: r248031 - in head/sys: kern sys

2013-03-08 Thread Alfred Perlstein
Agreed, Andre, please stop removing my comments. -Alfred On 3/8/13 10:17 AM, Alan Cox wrote: On 03/08/2013 04:14, Andre Oppermann wrote: Author: andre Date: Fri Mar 8 10:14:58 2013 New Revision: 248031 URL: http://svnweb.freebsd.org/changeset/base/248031 Log: Move the auto-sizing of the

Re: svn commit: r248031 - in head/sys: kern sys

2013-03-08 Thread Alan Cox
On 03/08/2013 04:14, Andre Oppermann wrote: > Author: andre > Date: Fri Mar 8 10:14:58 2013 > New Revision: 248031 > URL: http://svnweb.freebsd.org/changeset/base/248031 > > Log: > Move the auto-sizing of the callout array from init_param2() to > kern_timeout_callwheel_alloc() where it is actu

svn commit: r248031 - in head/sys: kern sys

2013-03-08 Thread Andre Oppermann
Author: andre Date: Fri Mar 8 10:14:58 2013 New Revision: 248031 URL: http://svnweb.freebsd.org/changeset/base/248031 Log: Move the auto-sizing of the callout array from init_param2() to kern_timeout_callwheel_alloc() where it is actually used. This is a mechanical move and no tuning par