]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc191209769c3ab5378110fe32824600ab3d9e891
tree20183d1ce4fa8237042644b2a79fbf01471da18d
parent12034130f0934d0db4d5db8c9250438078af26f7
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