Message ID | 20090607100541.GJ31286@elte.hu (mailing list archive) |
---|---|
State | RFC, archived |
Headers | show |
On Sun, Jun 07, 2009 at 12:05:41PM +0200, Ingo Molnar wrote: > I see no problems on that system here, with the patch below applied. > So, as i indicated above, feel free to pursue this angle, there's no > objection from me. Hmm... the patch hasn't gone in to Linus' tree yet, nor has anyone else NAK'd it. I assume it's either Len Brown (ACPI) or Dave Jones (cpufreq) who ought to pick it up? --D -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/acpi/processor_perflib.c b/drivers/acpi/processor_perflib.c index cafb410..85af717 100644 --- a/drivers/acpi/processor_perflib.c +++ b/drivers/acpi/processor_perflib.c @@ -348,7 +348,11 @@ static int acpi_processor_get_performance_info(struct acpi_processor *pr) if (result) goto update_bios; - return 0; + /* We need to call _PPC once when cpufreq starts */ + if (ignore_ppc != 1) + result = acpi_processor_get_platform_limit(pr); + + return result; /* * Having _PPC but missing frequencies (_PSS, _PCT) is a very good hint that