Skip to content

Commit d55dcb7

Browse files
jgross1ingomolnar
authored andcommitted
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
1 parent 50c66d7 commit d55dcb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/kernel/cpu/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ static __init int setup_disable_pku(char *arg)
567567
return 1;
568568
}
569569
__setup("nopku", setup_disable_pku);
570-
#endif /* CONFIG_X86_64 */
570+
#endif
571571

572572
#ifdef CONFIG_X86_KERNEL_IBT
573573

0 commit comments

Comments
 (0)