Skip to content
Power management and ACPI fixes for v4.1-rc2

 - Fix for a regression in the cpuidle core introduced by one of
   the recent commits in the clockevents_notify() removal series
   that put a call to a function which had to be executed with
   disabled interrupts into a code path running with enabled
   interrupts (Rafael J Wysocki).

 - Fix for a build problem in ACPICA (with GCC 4.5) introduced by one
   of the recent ACPICA tools commits that added a duplicate typedef
   to one of the ACPICA's header files by mistake (Olaf Hering).

 - Fix for a regression in the ACPI SBS (Smart Battery Subsystem)
   driver introduced during the 3.18 development cycle causing the
   smart battery manager to be marked as not present when it should
   be marked as present (Chris Bainbridge).

/