]> git.baikalelectronics.ru Git - kernel.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)
commit5828a85ff0a94b4453a94cc6e4f8f9143bf84ed5
tree86fbe398090271d8eef5b86505002fb29ca42f0a
parent5eda3fb3524d6a8f4efee28fd4f3a03c93c6c1a6
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