]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Group start_thread() functions together
authorWill Deacon <will@kernel.org>
Tue, 15 Sep 2020 21:20:35 +0000 (22:20 +0100)
committerWill Deacon <will@kernel.org>
Tue, 29 Sep 2020 15:08:16 +0000 (16:08 +0100)
commit31e6808870cb2dc84e9576c43a4b38189bb2a762
tree7e7022399f9dc46cf74eb97c7cc734e4b9c8958f
parent13a5f1c265db9a9d4a87472c799a24890bd93690
arm64: Group start_thread() functions together

The is_ttbrX_addr() functions have somehow ended up in the middle of
the start_thread() functions, so move them out of the way to keep the
code readable.

Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/processor.h