From: Len Brown Date: Fri, 8 May 2009 02:19:45 +0000 (-0400) Subject: ACPI: suspend: restore BM_RLD on resume X-Git-Tag: v2.6.30-rc7~44^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815ab0fd40579ad2aa42058298073503648762b9;p=pandora-kernel.git ACPI: suspend: restore BM_RLD on resume In 2.6.29, 31878dd86b7df9a147f5e6cc6e07092b4308782b "ACPI: remove BM_RLD access from idle entry path" moved BM_RLD initialization to init-time from run time. But we discovered that some BIOS do not restore BM_RLD after suspend, causing device errors on C3 and C4 after resume. So now the kernel restores BM_RLD. http://bugzilla.kernel.org/show_bug.cgi?id=13032 Signed-off-by: Len Brown --- Reading git-diff-tree failed