]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clockevents: broadcast fixup possible waiters
authorThomas Gleixner <tglx@linutronix.de>
Sat, 6 Sep 2008 01:01:45 +0000 (03:01 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Oct 2008 03:23:05 +0000 (20:23 -0700)
commit92741d2d653769b582015c6a379e7b46e113435d
tree5782864bbcc9a41d6ff380bddd5af6208b210fb3
parentf8a5d65f576686312aee4cfa74bd50a002863927
clockevents: broadcast fixup possible waiters

commit 7300711e8c6824fcfbd42a126980ff50439d8dd0 upstream

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/time/tick-broadcast.c