svn commit: r248031 - in head/sys: kern sys
Alan Cox
alc at rice.edu
Mon Mar 11 00:42:24 UTC 2013
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-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 parameters are changed.
>>>
>>> The pre-allocated callout array is only used for legacy timeout(9)
>>> calls and is only allocated and active on cpu0. Eventually all
>>> remaining users of timeout(9) should switch to the callout_* API.
>>>
>>
>> In the meantime, until all legacy timeout(9) users are updated, I think
>> that it would be wise to retain the comment that describes where the
>> magic number 18508 comes from.
>
> A valid point. Reintroduced in r248141.
Thank you!
More information about the svn-src-head
mailing list