x86/cpu: Remove misleading comment
authorJuergen Gross <jgross@suse.com>
Fri, 13 Jan 2023 13:01:26 +0000 (14:01 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 13 Jan 2023 13:20:20 +0000 (14:20 +0100)
commitd55dcb7384b1234d3caf70c2f8199c4184502ff9
treedc425f010902db9fda0bd7813276c993e4615de7
parent50c66d7b049ddec095644a005bfe0b28e22c4b02
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
arch/x86/kernel/cpu/common.c