diff options
Diffstat (limited to 'arch/x86/kernel/cpu/bugs.c')
| -rw-r--r-- | arch/x86/kernel/cpu/bugs.c | 9 | 
1 files changed, 1 insertions, 8 deletions
| diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c index db684880d74a..ba0b2424c9b0 100644 --- a/arch/x86/kernel/cpu/bugs.c +++ b/arch/x86/kernel/cpu/bugs.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0  /*   *  Copyright (C) 1994  Linus Torvalds   * @@ -21,14 +22,6 @@  void __init check_bugs(void)  { -#ifdef CONFIG_X86_32 -	/* -	 * Regardless of whether PCID is enumerated, the SDM says -	 * that it can't be enabled in 32-bit mode. -	 */ -	setup_clear_cpu_cap(X86_FEATURE_PCID); -#endif -  	identify_boot_cpu();  	if (!IS_ENABLED(CONFIG_SMP)) { |