clockevents: prevent mode mismatch on cpu online
authorThomas Gleixner <tglx@linutronix.de>
Mon, 22 Sep 2008 17:04:02 +0000 (19:04 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 23 Sep 2008 09:38:53 +0000 (11:38 +0200)
commit27ce4cb4a0c7cf59b9a9952266883862f2e4c99f
tree066245d42877d8535853e3199b33cdf1110eb8e4
parent302745699c1b675b5d2a1af87271de10e4d96b6a
clockevents: prevent mode mismatch on cpu online

Impact: timer hang on CPU online observed on AMD C1E systems

When a CPU is brought online then the broadcast machinery can
be in the one shot state already. Check this and setup the timer
device of the new CPU in one shot mode so the broadcast code
can pick up the next_event value correctly.

Another AMD C1E oddity, as we switch to broadcast immediately and
not after the full bring up via the ACPI cpu idle code.

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