Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq: [CPUFREQ] Enable ACPI PDC handshake for VIA/Centaur CPUs
This commit is contained in:
commit
1486b2014a
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ void arch_acpi_processor_init_pdc(struct acpi_processor *pr)
|
||||||
struct cpuinfo_x86 *c = &cpu_data(pr->id);
|
struct cpuinfo_x86 *c = &cpu_data(pr->id);
|
||||||
|
|
||||||
pr->pdc = NULL;
|
pr->pdc = NULL;
|
||||||
if (c->x86_vendor == X86_VENDOR_INTEL)
|
if (c->x86_vendor == X86_VENDOR_INTEL ||
|
||||||
|
c->x86_vendor == X86_VENDOR_CENTAUR)
|
||||||
init_intel_pdc(pr, c);
|
init_intel_pdc(pr, c);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue