commit | 0de51088e6a82bc8413d3ca9e28bbca2788b5b53 | [log] [tgz] |
---|---|---|
author | Harald Welte <HaraldWelte@viatech.com> | Mon Jun 08 18:27:54 2009 +0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 10 15:22:44 2009 -0700 |
tree | 3003393dd3e60639b61200feefc13fc6bf5d28e0 | |
parent | 2b83868723d090078ac0e2120e06a1cc94dbaef0 [diff] |
CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUs The VIA/Centaur C7, C7-M and Nano CPU's all support ACPI based cpu p-states using a MSR interface. The Linux driver just never made use of it, since in addition to the check for the EST flag it also checked if the vendor is Intel. Signed-off-by: Harald Welte <HaraldWelte@viatech.com> [ Removed the vendor checks entirely - Linus ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>