]> git.baikalelectronics.ru Git - kernel.git/commit
timer: Fix mod_timer_pinned() header comment
authorPaul E. McKenney <paul.mckenney@linaro.org>
Thu, 26 Apr 2012 17:52:27 +0000 (10:52 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 26 Apr 2012 19:28:03 +0000 (12:28 -0700)
commit04c4170259af0f576bf4e2323eca94ab25445250
tree3168a6b6b26942cc39113c434ae10f3f960b88d3
parent80fb0bcdccf7f2fb38bd6d3de5bc19eb670ff41a
timer: Fix mod_timer_pinned() header comment

The mod_timer_pinned() header comment states that it prevents timers
from being migrated to a different CPU.  This is not the case, instead,
it ensures that the timer is posted to the current CPU, but does nothing
to prevent CPU-hotplug operations from migrating the timer.

This commit therefore brings the comment header into alignment with
reality.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
kernel/timer.c