Skip to content

Commit d55dcb7

Browse files
jgross1Ingo Molnar
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 <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 50c66d7 commit d55dcb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)