Commit 26415330 authored by Hanjun Guo's avatar Hanjun Guo Committed by Will Deacon

arm64: armv8_deprecated: update the comments of armv8_deprecated_init()

In commit c0d8832e ("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: default avatarHanjun Guo <guohanjun@huawei.com>
[will: "can guarantee" => "guarantees"]
Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent 31d868c4
...@@ -618,7 +618,8 @@ static struct insn_emulation_ops setend_ops = { ...@@ -618,7 +618,8 @@ static struct insn_emulation_ops setend_ops = {
}; };
/* /*
* Invoked as late_initcall, since not needed before init spawned. * Invoked as core_initcall, which guarantees that the instruction
* emulation is ready for userspace.
*/ */
static int __init armv8_deprecated_init(void) static int __init armv8_deprecated_init(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment