CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUs
authorHarald Welte <HaraldWelte@viatech.com>
Mon, 8 Jun 2009 10:27:54 +0000 (18:27 +0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 Jun 2009 22:22:44 +0000 (15:22 -0700)
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>

No differences found