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

sparc64: Set %l4 properly on trap return after handling signals.



If we did some signal processing, we have to reload the pt_regs
tstate register because it's value may have changed.

In doing so we also have to extract the %pil value contained in there
anre load that into %l4.

This value is at bit 20 and thus needs to be shifted down before we
later write it into the %pil register.

Most of the time this is harmless as we are returning to userspace
and the %pil is zero for that case.

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