diff options
author | Dave Jones <davej@redhat.com> | 2014-02-26 10:49:49 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2014-03-20 19:28:09 -0400 |
commit | 8c90487cdc64847b4fdd812ab3047f426fec4d13 (patch) | |
tree | fe2a8f66c35ed90aa09d140c0989fe5c85c14856 /kernel/panic.c | |
parent | 0b131be8d4125b32eb5b94e84f4f9dee6a0ef797 (diff) |
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 'kernel/panic.c')
-rw-r--r-- | kernel/panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/panic.c b/kernel/panic.c index 6d6300375090..2270cfd1d6be 100644 --- a/kernel/panic.c +++ b/kernel/panic.c | |||
@@ -199,7 +199,7 @@ struct tnt { | |||
199 | static const struct tnt tnts[] = { | 199 | static const struct tnt tnts[] = { |
200 | { TAINT_PROPRIETARY_MODULE, 'P', 'G' }, | 200 | { TAINT_PROPRIETARY_MODULE, 'P', 'G' }, |
201 | { TAINT_FORCED_MODULE, 'F', ' ' }, | 201 | { TAINT_FORCED_MODULE, 'F', ' ' }, |
202 | { TAINT_UNSAFE_SMP, 'S', ' ' }, | 202 | { TAINT_CPU_OUT_OF_SPEC, 'S', ' ' }, |
203 | { TAINT_FORCED_RMMOD, 'R', ' ' }, | 203 | { TAINT_FORCED_RMMOD, 'R', ' ' }, |
204 | { TAINT_MACHINE_CHECK, 'M', ' ' }, | 204 | { TAINT_MACHINE_CHECK, 'M', ' ' }, |
205 | { TAINT_BAD_PAGE, 'B', ' ' }, | 205 | { TAINT_BAD_PAGE, 'B', ' ' }, |