From 5f5081852038d9a7b309190730bfb724b413235e Mon Sep 17 00:00:00 2001 From: "Rafael J. Wysocki" Date: Wed, 11 Feb 2015 05:04:57 +0100 Subject: [PATCH] ACPI / idle: Implement ->enter_freeze callback routine Add an ->enter_freeze callback routine, acpi_idle_enter_freeze(), to the ACPI cpuidle driver and point ->enter_freeze to it for all the C2-type and C3-type states that don't need to fall back to C1 (which may be halt-induced and that will re-enable interrupts on exit from idle, which ->enter_freeze cannot do). Signed-off-by: Rafael J. Wysocki Acked-by: Peter Zijlstra (Intel) --- Reading git-format-patch failed