From: Rafael J. Wysocki Date: Sat, 12 Nov 2011 22:17:27 +0000 (+0100) Subject: ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression) X-Git-Tag: v3.2-rc2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3439a8da;p=pandora-kernel.git ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression) After commit e978aa7d7d57 ("cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_state") setting acpi_idle_suspend to 1 by acpi_processor_suspend() causes the ACPI cpuidle routines to return error codes continuously, which in turn causes cpuidle to lock up (hard). However, acpi_idle_suspend doesn't appear to be useful for any particular purpose (it's racy and doesn't really provide any real protection), so it can be removed, which makes the problem go away. Reported-and-tested-by: Tomas M. Reported-and-tested-by: Ferenc Wagner Tested-by: Arnd Bergmann Signed-off-by: Rafael J. Wysocki Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed