>> 2.6.15 and 2.6.15-git3 both don't show any of these issues. 
>> Did acpi and cpufreq get merged after -git3 ?
>> 
>
>Well whatever bug it is, it's in Linus's tree now.  Happens for me too.
>
>I traced the failure down as far as acpi_processor_get_performance_info(),
>where it's failing here:
>
>       status = acpi_get_handle(pr->handle, "_PCT", &handle);
>       if (ACPI_FAILURE(status)) {
>               ACPI_DEBUG_PRINT((ACPI_DB_INFO,
>                                 "ACPI-based processor 
>performance control unavailable\n"));
>               return_VALUE(-ENODEV);
>       }

No, acpi was not merged after 2.6.15 -- see if cpufreq changed.

-Len
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to