]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 13 Aug 2015 07:11:18 +0000 (17:11 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 1 Oct 2015 06:52:01 +0000 (16:52 +1000)
commit26cd835ef8bdc9ca6db03374372738176c36dd88
tree86fbe398090271d8eef5b86505002fb29ca42f0a
parent1d15010c349a26640e8f24959390bcf2ebd1db60
powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()

For no reason other than it looks ugly.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/slb.c