]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Cache the callout precision argument as part of the informations required
authorDavide Italiano <davide@FreeBSD.org>
Mon, 25 Mar 2013 09:43:50 +0000 (09:43 +0000)
committerDavide Italiano <davide@FreeBSD.org>
Mon, 25 Mar 2013 09:43:50 +0000 (09:43 +0000)
commit3f321a4eac7d17aae0a9e7b792cb5351cfef4dab
treee131b1799006b097e3b24bdebdfdd4d837a17402
parent3d449890556f8aec5e781517c6c30c4d76b89c49
Cache the callout precision argument as part of the informations required
for migrating callouts to new CPU. This value is passed to
callout_cc_add() in order to update properly precision field in case of
rescheduling/migration.

Reviewed by: mav
sys/kern/kern_timeout.c