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

sparc64: Implement a real set_perf_counter_pending().



When the perf counter subsystem needs to reschedule work out
from an NMI, it invokes set_perf_counter_pending().

This triggers a non-NMI irq which should invoke
perf_counter_do_pending().

Currently this won't trigger because sparc64 won't trigger
the perf counter subsystem from NMIs, but when the HW counter
support is added it will.

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