From: Alexey Starikovskiy Date: Sun, 30 Sep 2007 18:39:42 +0000 (+0400) Subject: ACPICA: hw: Don't carry spinlock over suspend X-Git-Tag: v2.6.24-rc1~135^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d571b33cf7efd6a894e765e3cb45587ec5b834a;p=pandora-kernel.git ACPICA: hw: Don't carry spinlock over suspend ACPI uses acpi_get_register() in order to get into suspend. This function is guarded by acpi_gbl_hardware_lock, which will be carried into resume phase. At resume interrupts are enabled and first ACPI interrupt deadlocks on this lock. Solution seems to be to not lock register read, as there are no concurrent activity at this point. Reference: http://bugzilla.kernel.org/show_bug.cgi?id=7499 Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed