clockevents: broadcast fixup possible waiters
authorThomas Gleixner <tglx@linutronix.de>
Sat, 6 Sep 2008 01:01:45 +0000 (03:01 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 6 Sep 2008 05:21:17 +0000 (07:21 +0200)
commit7300711e8c6824fcfbd42a126980ff50439d8dd0
tree20183d1ce4fa8237042644b2a79fbf01471da18d
parent7cfb0435330364f90f274a26ecdc5f47f738498c
clockevents: broadcast fixup possible waiters

Until the C1E patches arrived there where no users of periodic broadcast
before switching to oneshot mode. Now we need to trigger a possible
waiter for a periodic broadcast when switching to oneshot mode.
Otherwise we can starve them for ever.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/tick-broadcast.c