x86 idle: clarify AMD erratum 400 workaround
authorLen Brown <len.brown@intel.com>
Fri, 1 Apr 2011 20:59:53 +0000 (16:59 -0400)
committerLen Brown <len.brown@intel.com>
Sun, 29 May 2011 07:38:57 +0000 (03:38 -0400)
commit02c68a02018669d1817c43c42de800975cbec467
tree9e02b7913f650492fcdbb78cd6e8d3ff3160e43c
parent333c5ae9948194428fe6c5ef5c088304fc98263b
x86 idle: clarify AMD erratum 400 workaround

The workaround for AMD erratum 400 uses the term "c1e" falsely suggesting:
1. Intel C1E is somehow involved
2. All AMD processors with C1E are involved

Use the string "amd_c1e" instead of simply "c1e" to clarify that
this workaround is specific to AMD's version of C1E.
Use the string "e400" to clarify that the workaround is specific
to AMD processors with Erratum 400.

This patch is text-substitution only, with no functional change.

cc: x86@kernel.org
Acked-by: Borislav Petkov <borislav.petkov@amd.com>
Signed-off-by: Len Brown <len.brown@intel.com>
arch/x86/include/asm/acpi.h
arch/x86/include/asm/idle.h
arch/x86/include/asm/processor.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/process.c
arch/x86/kernel/smpboot.c
drivers/acpi/processor_idle.c