sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call code.
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Oct 2016 17:20:14 +0000 (10:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Oct 2016 17:20:14 +0000 (10:20 -0700)
commita236441bb69723032db94128761a469030c3fe6d
tree3993d5823822a98f555b1deb9f3988571aafc394
parent830cda3f9855ff092b0e9610346d110846fc497c
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>
arch/sparc/mm/ultra.S