From: Alexey Starikovskiy Date: Fri, 21 Mar 2008 16:36:02 +0000 (+0300) Subject: ACPI: EC: Detect irq storm X-Git-Tag: v2.6.26-rc1~101^2~1^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa95ba04e6ba11d71e1b87becd054b38faf546c8;p=pandora-kernel.git ACPI: EC: Detect irq storm Problem seems to be that hw fails to clear GPE after we service it and write 1 into corresponding bit. Thus, as soon as we get interrupts enabled again, we receive a new one. Google gives too many results for "acer interrupt storm" for this being one-broken-machine case. Reference: http://bugzilla.kernel.org/show_bug.cgi?id=9998 Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed