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)
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>

No differences found