commit | 17bc54eef91df29f0a22e8a1562a404cf7a68e74 | [log] [tgz] |
---|---|---|
author | Alexey Starikovskiy <astarikovskiy@suse.de> | Tue Nov 13 13:05:45 2007 +0300 |
committer | Len Brown <len.brown@intel.com> | Thu Dec 06 21:54:43 2007 -0500 |
tree | 48f6f26a243789582721e2a3419346ea22a6dcc9 | |
parent | f194d132e4971111f85c18c96067acffb13cee6d [diff] |
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 <astarikovskiy@suse.de> Acked-by: Shaohua Li <shaohua.li@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>