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)
commita8de949893880a26458de03f5bc70075aba13d95
tree7e7022399f9dc46cf74eb97c7cc734e4b9c8958f
parente1026237f90677fd5a454f63057a62f984c2188d
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