diff options
author | Sami Tolvanen <samitolvanen@google.com> | 2019-12-06 23:13:37 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-01-16 18:32:56 +0100 |
commit | e3ec6582d1cf1c4922200f7cddd96d5ee55235d2 (patch) | |
tree | 2bad509c585e7f9136e5d55c6f9166e1b92d48b3 /Kbuild | |
parent | arm64: fix alternatives with LLVM's integrated assembler (diff) | |
download | linux-e3ec6582d1cf1c4922200f7cddd96d5ee55235d2.tar.xz linux-e3ec6582d1cf1c4922200f7cddd96d5ee55235d2.zip |
arm64: mm: avoid x18 in idmap_kpti_install_ng_mappings
idmap_kpti_install_ng_mappings uses x18 as a temporary register, which
will result in a conflict when x18 is reserved. Use x16 and x17 instead
where needed.
Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions