OSDN Git Service

powerpc/powernv: Use early_radix_enabled in POWER9 tlb flush
authorNicholas Piggin <npiggin@gmail.com>
Wed, 27 Sep 2017 05:45:58 +0000 (15:45 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 4 Oct 2017 00:28:01 +0000 (11:28 +1100)
commit969a86a2855d484a00205a424df1c693acee15d9
tree7ac32603c2d030ff3d68a14ef89169a2acd0a830
parente36d0a2ed5019184bb9b94ff1138c87c05905789
powerpc/powernv: Use early_radix_enabled in POWER9 tlb flush

This code is used at boot and machine checks, so it should be using
early_radix_enabled() (which is usable any time).

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/mce_power.c