[PATCH] i386/x86-64: Update AMD CPUID flags
authorAndi Kleen <ak@suse.de>
Wed, 11 Jan 2006 21:42:51 +0000 (22:42 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:01:12 +0000 (19:01 -0800)
commit3f98bc4991df8e7b5972489b4632e1e5c03cd1ee
tree877fc1305c6d2713a891fc52cc5babbe5c0d62dc
parent152bf8c55d657898c40c8ed270630c0cf9d51f7d
[PATCH] i386/x86-64: Update AMD CPUID flags

Print bits for RDTSCP, SVM, CR8-LEGACY.

Also now print power flags on i386 like x86-64 always did.
This will add a new line in the 386 cpuinfo, but that shouldn't
be an issue - did that in the past too and I haven't heard
of any breakage.

I shrunk some of the fields in the i386 cpuinfo_x86 to chars
to make up for the new int "x86_power" field. Overall it's
smaller than before.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/cpu/amd.c
arch/i386/kernel/cpu/proc.c
arch/x86_64/kernel/setup.c
include/asm-i386/processor.h