commit | 80007a17fc59bc2766f7d5cb2f79b4c65651504b | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Thu Oct 22 06:29:40 2020 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Dec 09 16:46:56 2020 +1100 |
tree | 3b65f8b47aa2d48d6123415deac3718b1784a9e1 | |
parent | ef08d95546ccea540f6a592b89822bb085bf09c6 [diff] |
powerpc/32s: Inline flush_hash_entry() flush_hash_entry() is a simple function calling flush_hash_pages() if it's a hash MMU or doing nothing otherwise. Inline it. And use it also in __ptep_test_and_clear_young(). Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/9af895be7d4b404d40e749a2659552fd138e62c4.1603348103.git.christophe.leroy@csgroup.eu