ACPI: allow a native cpuidle driver to displace ACPI
authorLen Brown <len.brown@intel.com>
Sat, 22 May 2010 21:03:29 +0000 (17:03 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 28 May 2010 01:07:04 +0000 (21:07 -0400)
commit541adf7cd937b3895c7645406a9b060504df453b
tree99d6b50aed68071a0aca0957f08bd1b95367fe0c
parent752138df0dc2daaae09379c754caeb08c97905dc
ACPI: allow a native cpuidle driver to displace ACPI

The ACPI driver would fail probe when it found that
another driver had previously registered with cpuidle.

But this is a natural situation, as a native hardware
cpuidle driver should be able to bind instead of ACPI,
and the ACPI processor driver should be able to handle
yielding control of C-states while still handling
P-states and T-states.

Add a KERN_DEBUG line showing when acpi_idle
does successfully register.

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_driver.c