Skip to content
Commit 27ce4cb4 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
parent 30274569
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment