]> git.baikalelectronics.ru Git - kernel.git/commit
x86, cpufeature: Convert more "features" to bugs
authorBorislav Petkov <bp@suse.de>
Tue, 17 Jun 2014 22:06:23 +0000 (00:06 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 18 Jun 2014 22:27:04 +0000 (15:27 -0700)
commit30549f8752540e6a634f11ca859ae91ea50c5892
tree7270414ed60ddcb699f9e154371ce28550c60d30
parent31eb1df69e2ab464f52204602f486892cf83d89a
x86, cpufeature: Convert more "features" to bugs

X86_FEATURE_FXSAVE_LEAK, X86_FEATURE_11AP and
X86_FEATURE_CLFLUSH_MONITOR are not really features but synthetic bits
we use for applying different bug workarounds. Call them what they
really are, and make sure they get the proper cross-CPU behavior (OR
rather than AND).

Signed-off-by: Borislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/1403042783-23278-1-git-send-email-bp@alien8.de
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/apic.h
arch/x86/include/asm/cpufeature.h
arch/x86/include/asm/fpu-internal.h
arch/x86/include/asm/mwait.h
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/intel.c