x86/cpu: Remove "nosep"
authorBorislav Petkov <bp@suse.de>
Thu, 27 Jan 2022 11:56:22 +0000 (12:56 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 4 Apr 2022 08:16:55 +0000 (10:16 +0200)
commitc949110ef4e31cb5d3387bd8273fd5de66b5227b
tree0b92285edf0b2ea6d02f3a740d61e21d1fbccbd7
parent1625c833db93516faaac5feedadf8d19c14238b6
x86/cpu: Remove "nosep"

That chicken bit was added by

  4f88651125e2 ("[PATCH] i386: allow disabling X86_FEATURE_SEP at boot")

but measuring int80 vsyscall performance on 32-bit doesn't matter
anymore.

If still needed, one can boot with

  clearcpuid=sep

to disable that feature for testing.

Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20220127115626.14179-3-bp@alien8.de
Documentation/admin-guide/kernel-parameters.txt
arch/x86/kernel/cpu/common.c