]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: tlbflush.h: add __tlbi() macro
authorMark Rutland <mark.rutland@arm.com>
Tue, 13 Sep 2016 10:16:06 +0000 (11:16 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 28 Sep 2016 09:44:05 +0000 (10:44 +0100)
commit438c6fb64af2a91be30b024ebf6dcff9ec5b25a9
tree93faf24a4fd7d83e6919cfad5e407982406ec138
parent8e8a7d3430c6283a539c2991424c70b5cae8d820
arm64: tlbflush.h: add __tlbi() macro

As with dsb() and isb(), add a __tlbi() helper so that we can avoid
distracting asm boilerplate every time we want a TLBI. As some TLBI
operations take an argument while others do not, some pre-processor is
used to handle these two cases with different assembly blocks.

The existing tlbflush.h code is moved over to use the helper.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
[ rename helper to __tlbi, update comment and commit log ]
Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/tlbflush.h