]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: armv8_deprecated: update the comments of armv8_deprecated_init()
authorHanjun Guo <guohanjun@huawei.com>
Wed, 11 Dec 2019 07:27:33 +0000 (15:27 +0800)
committerWill Deacon <will@kernel.org>
Wed, 8 Jan 2020 17:29:41 +0000 (17:29 +0000)
commite6a8004ba7c6adae933b05acbbe7f61903560ca4
tree61e26b6e04a70824b4dc602c5967857a8e74dbd1
parentfe01cc6ea79b02a1028da5c388c172e503888ef6
arm64: armv8_deprecated: update the comments of armv8_deprecated_init()

In commit 214841685eb5 ("arm64: Ensure the instruction emulation is
ready for userspace"), armv8_deprecated_init() was promoted to
core_initcall() but the comments were left unchanged, update it now.

Spotted by some random reading of the code.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
[will: "can guarantee" => "guarantees"]
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/armv8_deprecated.c