arm64: entry: refine comment of stack overflow check
authorHeyi Guo <guoheyi@huawei.com>
Mon, 2 Dec 2019 11:37:02 +0000 (19:37 +0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 6 Dec 2019 14:11:31 +0000 (14:11 +0000)
commitde858040ee80e6f41bf0b40090f1c71f966a61b3
tree5da0192b34f3ccb1cb3fa738839a42a7fe65c37b
parent70927d02d409b5a79c3ed040ace5017da8284ede
arm64: entry: refine comment of stack overflow check

Stack overflow checking can be done by testing sp & (1 << THREAD_SHIFT)
only for the stacks are aligned to (2 << THREAD_SHIFT) with size of
(1 << THREAD_SIZE), and this is the case when CONFIG_VMAP_STACK is set.

Fix the code comment to avoid confusion.

Cc: Will Deacon <will@kernel.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Heyi Guo <guoheyi@huawei.com>
[catalin.marinas@arm.com: Updated comment following Mark's suggestion]
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/entry.S