aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/cpu/addon_cpuid_features.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-10-11i386: move kernel/cpuThomas Gleixner1-50/+0
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
2007-07-12Use a new CPU feature word to cover features that are spread aroundVenki Pallipadi1-0/+50
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>