http://bugzilla.kernel.org/show_bug.cgi?id=10724





------- Comment #19 from [EMAIL PROTECTED]  2008-06-05 14:22 -------
On Thu, Jun 5, 2008 at 9:13 PM,  <[EMAIL PROTECTED]> wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=10724
>
>
>
>
>
> ------- Comment #18 from [EMAIL PROTECTED]  2008-06-05 14:13 -------
> Regressions list annotation:
> Handled-by: Alexey Starikovskiy <[EMAIL PROTECTED]>
> Patch : http://bugzilla.kernel.org/attachment.cgi?id=16364&action=view
> Patch : http://bugzilla.kernel.org/attachment.cgi?id=16365&action=view
>
>
> --
> Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
>
after seeing a post about changing 5 to 20 I decided to give this a try:
So after an hour I of having the system running with the change I have
not seen this message. Keep in mind I did patch the file,
but after a few days I decide to put everything back and start fresh.
So the only changes is this below:


drivers/acpi/ec.c
@@ -527,47 +488,51 @@ static u32 acpi_ec_gpe_handler(void *data)
 {
        acpi_status status = AE_OK;
        struct acpi_ec *ec = data;
       u8 state = acpi_ec_read_status(ec);

        pr_debug(PREFIX "~~~> interrupt\n");
       atomic_inc(&ec->irq_count);
-       if (atomic_read(&ec->irq_count) > 5) {
+       if (atomic_read(&ec->irq_count) > 20) {
               pr_err(PREFIX "GPE storm detected, disabling EC GPE\n");
               ec_switch_to_poll_mode(ec);
               goto end;
       }

hopefully this works.
regards;


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to