projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50c66d7
)
x86/cpu: Remove misleading comment
author
Juergen Gross
<jgross@suse.com>
Fri, 13 Jan 2023 13:01:26 +0000
(14:01 +0100)
committer
Ingo Molnar
<mingo@kernel.org>
Fri, 13 Jan 2023 13:20:20 +0000
(14:20 +0100)
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
arch/x86/kernel/cpu/common.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/common.c
b/arch/x86/kernel/cpu/common.c
index 9cfca3d7d0e207c518b7cadf192a0f1337f790d6..7670397438c64af41a20cca086d9eb9758deb20d 100644
(file)
--- 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