]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Use a new CPU feature word to cover features that are spread around
authorVenki Pallipadi <venkatesh.pallipadi@intel.com>
Wed, 11 Jul 2007 19:18:32 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 17:55:54 +0000 (10:55 -0700)
commit1d67953f2bda8876045c24ae58841f27d9bb7572
tree4f91c4037c6e8996cb3164f3f20489c471676f6c
parente087db510cd96a75a614f6f6fcd5499ab21cb087
Use a new CPU feature word to cover features that are spread around

Some Intel features are spread around in different CPUID leafs like 0x5,
0x6 and 0xA.  Make this feature detection code common across i386 and
x86_64.

Display Intel Dynamic Acceleration feature in /proc/cpuinfo. This feature
will be enabled automatically by current acpi-cpufreq driver.

Refer to Intel Software Developer's Manual for more details about the feature.

Thanks to hpa (H Peter Anvin) for the making the actual code detecting the
scattered features data-driven.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/cpu/Makefile
arch/i386/kernel/cpu/addon_cpuid_features.c [new file with mode: 0644]
arch/i386/kernel/cpu/common.c
arch/i386/kernel/cpu/proc.c
arch/x86_64/kernel/Makefile
arch/x86_64/kernel/setup.c
include/asm-i386/cpufeature.h
include/asm-i386/processor.h
include/asm-i386/required-features.h
include/asm-x86_64/processor.h
include/asm-x86_64/required-features.h