summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/amd.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2014-02-26 10:49:49 -0500
committerH. Peter Anvin <hpa@zytor.com>2014-03-20 16:28:09 -0700
commit8c90487cdc64847b4fdd812ab3047f426fec4d13 (patch)
treefe2a8f66c35ed90aa09d140c0989fe5c85c14856 /arch/x86/kernel/cpu/amd.c
parent0b131be8d4125b32eb5b94e84f4f9dee6a0ef797 (diff)
downloadop-kernel-dev-8c90487cdc64847b4fdd812ab3047f426fec4d13.zip
op-kernel-dev-8c90487cdc64847b4fdd812ab3047f426fec4d13.tar.gz
Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC
Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC, so we can repurpose the flag to encompass a wider range of pushing the CPU beyond its warrany. Signed-off-by: Dave Jones <davej@fedoraproject.org> Link: http://lkml.kernel.org/r/20140226154949.GA770@redhat.com Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
-rw-r--r--arch/x86/kernel/cpu/amd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c
index b85e43a..ce8b8ff 100644
--- a/arch/x86/kernel/cpu/amd.c
+++ b/arch/x86/kernel/cpu/amd.c
@@ -218,7 +218,7 @@ static void amd_k7_smp_check(struct cpuinfo_x86 *c)
*/
WARN_ONCE(1, "WARNING: This combination of AMD"
" processors is not suitable for SMP.\n");
- add_taint(TAINT_UNSAFE_SMP, LOCKDEP_NOW_UNRELIABLE);
+ add_taint(TAINT_CPU_OUT_OF_SPEC, LOCKDEP_NOW_UNRELIABLE);
}
static void init_amd_k7(struct cpuinfo_x86 *c)
OpenPOWER on IntegriCloud