Re: powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()

2015-10-02 Thread Michael Ellerman
On Thu, 2015-13-08 at 07:11:18 UTC, Michael Ellerman wrote: > For no reason other than it looks ugly. > > Signed-off-by: Michael Ellerman Applied to powerpc next. https://git.kernel.org/powerpc/c/26cd835ef8bdc9ca6db03374 cheers ___ Linuxppc-dev maili

[PATCH] powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()

2015-08-13 Thread Michael Ellerman
For no reason other than it looks ugly. Signed-off-by: Michael Ellerman --- arch/powerpc/mm/slb.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/powerpc/mm/slb.c b/arch/powerpc/mm/slb.c index 0c7115fd314b..515730e499fe 100644 --- a/arch/powerpc/mm/slb.c +++ b