diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
commit | 1236d6bb6e19fc72ffc6bbcdeb1bfefe450e54ee (patch) | |
tree | 47da3feee8e263e8c9352c85cf518e624be3c211 /arch/x86/kernel/cpu/bugs.c | |
parent | 750b1a6894ecc9b178c6e3d0a1170122971b2036 (diff) | |
parent | 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f (diff) |
Merge 4.14-rc4 into staging-next
We want the staging/iio fixes in here as well to handle merge issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/kernel/cpu/bugs.c')
-rw-r--r-- | arch/x86/kernel/cpu/bugs.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/kernel/cpu/bugs.c b/arch/x86/kernel/cpu/bugs.c index db684880d74a..0af86d9242da 100644 --- a/arch/x86/kernel/cpu/bugs.c +++ b/arch/x86/kernel/cpu/bugs.c | |||
@@ -21,14 +21,6 @@ | |||
21 | 21 | ||
22 | void __init check_bugs(void) | 22 | void __init check_bugs(void) |
23 | { | 23 | { |
24 | #ifdef CONFIG_X86_32 | ||
25 | /* | ||
26 | * Regardless of whether PCID is enumerated, the SDM says | ||
27 | * that it can't be enabled in 32-bit mode. | ||
28 | */ | ||
29 | setup_clear_cpu_cap(X86_FEATURE_PCID); | ||
30 | #endif | ||
31 | |||
32 | identify_boot_cpu(); | 24 | identify_boot_cpu(); |
33 | 25 | ||
34 | if (!IS_ENABLED(CONFIG_SMP)) { | 26 | if (!IS_ENABLED(CONFIG_SMP)) { |