Skip to content
Commit 807acd50 authored by Catalin Marinas's avatar Catalin Marinas Committed by James Morse
Browse files

arm64: Silence clang warning on mismatched value/register sizes



[ Upstream commit: 27a22fbd ]

Clang reports a warning on the __tlbi(aside1is, 0) macro expansion since
the value size does not match the register size specified in the inline
asm. Construct the ASID value using the __TLBI_VADDR() macro.

Fixes: 222fc0c8 ("arm64: compat: Workaround Neoverse-N1 #1542419 for compat user-space")
Reported-by: default avatarNathan Chancellor <natechancellor@gmail.com>
Cc: James Morse <james.morse@arm.com>
Signed-off-by: Catalin Marinas's avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: James Morse's avatarJames Morse <james.morse@arm.com>
parent 4b5620da
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment