diff options
| author | Ingo Molnar <[email protected]> | 2007-03-28 13:17:18 +0200 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-03-28 13:44:31 -0700 |
| commit | 935c631db827cc3a96df4dcc6fec374b994fdbd1 (patch) | |
| tree | 3f995412e5be1a6180b37dde4e7e8cfeb2bc8665 /include/linux | |
| parent | de326dbe0c8b61b81aab32970236ee9ee47d782a (diff) | |
[PATCH] hrtimers: fix reprogramming SMP race
hrtimer_start() incorrectly set the 'reprogram' flag to enqueue_hrtimer(),
which should only be 1 if the hrtimer is queued to the current CPU.
Doing otherwise could result in a reprogramming of the current CPU's
clockevents device, with a timer that is not queued to it - resulting in a
bogus next expiry value.
Signed-off-by: Ingo Molnar <[email protected]>
Cc: Michal Piotrowski <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions