]> git.baikalelectronics.ru Git - kernel.git/commit
x86: additional CPUID strings; fix strings for AMD-ecx
authorH. Peter Anvin <hpa@zytor.com>
Fri, 26 Oct 2007 21:09:09 +0000 (14:09 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 29 Oct 2007 23:22:22 +0000 (00:22 +0100)
commit211ae43cb9aea2fad629e6ddf098d904f7314918
treeee98058749b7aaae72bffa56669b8b74ee6061cf
parent57b0e53f25b14432dc7857c18b69abe1a495b8a3
x86: additional CPUID strings; fix strings for AMD-ecx

Additional CPUID strings (sse4_1, sse4_2, sse5, skinit, wdt); fix the
positioning of the AMD ecx strings (cr8_legacy was duplicated under
two different names, so the alignment of all the other strings were
off by one.)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/proc.c
arch/x86/kernel/setup_64.c