clockevents: Enforce oneshot broadcast when broadcast mask is set on resume
commit07eec6af448d13a6a520d9c6f06f2e87f61b567a
authorThomas Gleixner <tglx@linutronix.de>
Sun, 16 Sep 2007 13:36:43 +0000 (16 15:36 +0200)
committerThomas Gleixner <tglx@chaos.(none)>
Sun, 16 Sep 2007 13:36:43 +0000 (16 15:36 +0200)
treeeabd8fdf97ab76ff3abfa2c2804bb449f393ca01
parent729c6ba334771f28a54efd7e3b8f5ab9414ce7bc
clockevents: Enforce oneshot broadcast when broadcast mask is set on resume

The jinxed VAIO refuses to resume without hitting keys on the keyboard
when this is not enforced. It is unclear why the cpu ends up in a lower
C State without notifying the clock events layer, but enforcing the
oneshot broadcast here is safe.

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