Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. CRs-fixed: 657837 Change-Id: I244c4c385cd1c47df216feda7b580b2876fab723 Signed-off-by: Paul E. McKenney <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Acked-by: Steven Rostedt <[email protected]> Git-commit: 048a0e8f5e1d94c01a5fc70f5b2f2fd2f4527326 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Signed-off-by: Ramesh Gupta Guntha <[email protected]> Signed-off-by: tarun93 <[email protected]> Signed-off-by: Hemant Sharma <[email protected]>
- Loading branch information