Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302751
b: refs/heads/master
c: 048a0e8
h: refs/heads/master
i:
  302749: df97b81
  302747: 0c2e4c2
  302743: 37e03ee
  302735: c1fc25c
  302719: 04fb773
v: v3
  • Loading branch information
Paul E. McKenney authored and Paul E. McKenney committed Apr 26, 2012
1 parent e5d0d1f commit 5e2f5f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d8133919bac4270883b24328500875a49e71b36
refs/heads/master: 048a0e8f5e1d94c01a5fc70f5b2f2fd2f4527326
8 changes: 7 additions & 1 deletion trunk/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,13 @@ EXPORT_SYMBOL(mod_timer);
*
* mod_timer_pinned() is a way to update the expire field of an
* active timer (if the timer is inactive it will be activated)
* and not allow the timer to be migrated to a different CPU.
* and to ensure that the timer is scheduled on the current CPU.
*
* Note that this does not prevent the timer from being migrated
* when the current CPU goes offline. If this is a problem for
* you, use CPU-hotplug notifiers to handle it correctly, for
* example, cancelling the timer when the corresponding CPU goes
* offline.
*
* mod_timer_pinned(timer, expires) is equivalent to:
*
Expand Down

0 comments on commit 5e2f5f1

Please sign in to comment.