Commit d55dcb73 authored by Juergen Gross's avatar Juergen Gross Committed by Ingo Molnar

x86/cpu: Remove misleading comment

The comment of the "#endif" after setup_disable_pku() is wrong.

As the related #ifdef is only a few lines above, just remove the
comment.
Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20230113130126.1966-1-jgross@suse.com
parent 50c66d7b
...@@ -567,7 +567,7 @@ static __init int setup_disable_pku(char *arg) ...@@ -567,7 +567,7 @@ static __init int setup_disable_pku(char *arg)
return 1; return 1;
} }
__setup("nopku", setup_disable_pku); __setup("nopku", setup_disable_pku);
#endif /* CONFIG_X86_64 */ #endif
#ifdef CONFIG_X86_KERNEL_IBT #ifdef CONFIG_X86_KERNEL_IBT
......
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