commit | b426e4bd77fa2f03723cc0bada80b00c664f67da | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Jul 24 14:28:01 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Aug 23 22:27:45 2017 +1000 |
tree | 23f91e12eb43460dfc9aa0f6d912c88b374d6f7d | |
parent | 058ccc3465d9b8fb34d59ca099a8a7ace1a62cdd [diff] |
powerpc/mm: Use mm_is_thread_local() instread of open-coding We open-code testing for the mm being local to the current CPU in a few places. Use our existing helper instead. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>