Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clockevents: Handle empty cpumask gracefully
For UP it's stupid to request an initialized cpumask for the clock event devices. Though we need the mask set even on UP to avoid a horrible ifdeffery especially in the broadcast code. For SMP we can at least try to survive with a warning and set the cpumask of the cpu we're running on. That gives a decent chance to bring the machine up and retrieve the debug info. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Linus Walleij <[email protected] Cc: Lee Jones <[email protected]> Cc: Russell King - ARM Linux <[email protected]> Cc: Stephen Boyd <[email protected]>
- Loading branch information