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

sparc64: Fix hardirq tracing in trap return path.



We can overflow the hardirq stack if we set the %pil here
so early, just let the normal control flow do it.

This is fine as we are allowed to do the actual IRQ enable
at any point after we call trace_hardirqs_on.

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