Skip to content
Snippets Groups Projects
Commit d4450261 authored by Russell King's avatar Russell King
Browse files

ARM: CPU hotplug: fix reporting of spurious wakeups


The original scheme for reporting spurious wakeups was broken - it
tried to use printk() from a context which wasn't coherent with the
other CPUs, which risks corrupting the printk() data.

Fix this by noting the number spurious wakeups, and only report them
when we are properly woken - when we will be coherent with the rest
of the system.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 58613cd1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment