From: Paul E. McKenney Date: Thu, 26 Apr 2012 17:52:27 +0000 (-0700) Subject: timer: Fix mod_timer_pinned() header comment X-Git-Tag: v3.5-rc1~164^2^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=048a0e8f5e1d94c01a5fc70f5b2f2fd2f4527326;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney Acked-by: Steven Rostedt --- Reading git-diff-tree failed