summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2023-01-13 16:01:26 +0300
committerIngo Molnar <mingo@kernel.org>2023-01-13 16:20:20 +0300
commitd55dcb7384b1234d3caf70c2f8199c4184502ff9 (patch)
treedc425f010902db9fda0bd7813276c993e4615de7 /arch/x86/kernel
parent50c66d7b049ddec095644a005bfe0b28e22c4b02 (diff)
downloadlinux-d55dcb7384b1234d3caf70c2f8199c4184502ff9.tar.xz
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: Juergen Gross <jgross@suse.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20230113130126.1966-1-jgross@suse.com
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r--arch/x86/kernel/cpu/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c
index 9cfca3d7d0e2..7670397438c6 100644
--- a/arch/x86/kernel/cpu/common.c
+++ b/arch/x86/kernel/cpu/common.c
@@ -567,7 +567,7 @@ static __init int setup_disable_pku(char *arg)
return 1;
}
__setup("nopku", setup_disable_pku);
-#endif /* CONFIG_X86_64 */
+#endif
#ifdef CONFIG_X86_KERNEL_IBT