Skip to content
Commit b62818e5 authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Fix NMI startup bug which also breaks perf.



Doing NMI startup as an early initcall doesn't work because we need
to have SMP started up by then.

So we'd only NMI startup one cpu, which causes perf PMU grab to
BUG because the nmi_active count isn't what it's supposed to be.

This also points out that we don't have proper CPU up/down notifiers
for the NMI code which will need to be fixed at some point.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 711c71a0
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