Re: [PATCH] powerpc/mm/32s: fix condition that is always true

2019-06-30 Thread Michael Ellerman
On Mon, 2019-06-17 at 21:22:20 UTC, Andreas Schwab wrote: > Move a misplaced paren that makes the condition always true. > > Fixes: 63b2bc619565 ("powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX") > Signed-off-by: Andreas Schwab > Reviewed-by: Christophe Leroy Applied to powerpc next, thanks.

Re: [PATCH] powerpc/mm/32s: fix condition that is always true

2019-06-17 Thread Christophe Leroy
Le 17/06/2019 à 23:22, Andreas Schwab a écrit : Move a misplaced paren that makes the condition always true. Fixes: 63b2bc619565 ("powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX") Signed-off-by: Andreas Schwab Reviewed-by: Christophe Leroy --- arch/powerpc/mm/pgtable_32.c | 2 +- 1

[PATCH] powerpc/mm/32s: fix condition that is always true

2019-06-17 Thread Andreas Schwab
Move a misplaced paren that makes the condition always true. Fixes: 63b2bc619565 ("powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX") Signed-off-by: Andreas Schwab --- arch/powerpc/mm/pgtable_32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/mm/pgtable_32.c