commit | a236441bb69723032db94128761a469030c3fe6d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Oct 26 10:20:14 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 26 10:20:14 2016 -0700 |
tree | 3993d5823822a98f555b1deb9f3988571aafc394 | |
parent | 830cda3f9855ff092b0e9610346d110846fc497c [diff] |
sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call code. Just like the non-cross-call TLB flush handlers, the cross-call ones need to avoid doing PC-relative branches outside of their code blocks. Signed-off-by: David S. Miller <davem@davemloft.net>