From: Alexey Starikovskiy Date: Tue, 13 Nov 2007 10:05:45 +0000 (+0300) Subject: ACPI: Defer enabling of level GPE until all pending notifies done X-Git-Tag: v2.6.25-rc1~297^2~3^2~2^2~1^2~4^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17bc54eef91df29f0a22e8a1562a404cf7a68e74;p=pandora-kernel.git ACPI: Defer enabling of level GPE until all pending notifies done Level GPE should not be enabled until all work caused by it is done, e.g. all Notify() methods are completed. This can be accomplished by appending enable_gpe function to the end of notify queue. Signed-off-by: Alexey Starikovskiy Acked-by: Shaohua Li Signed-off-by: Len Brown --- Reading git-diff-tree failed