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





------- Comment #12 from [EMAIL PROTECTED]  2008-07-17 07:32 -------
Maximilian,
This could only happen if you applied previous version of the patch.
With the last patch the offending printk is guarded with the check for
GPE_STORM bit, which is set once and never cleared:

if (printk_ratelimit() &&
    !test_bit(EC_FLAGS_GPE_STORM, &ec->flags));
    pr_info(PREFIX "non-query interrupt received,"
                   " switching to interrupt mode\n");
please make sure you have this check.


-- 
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.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to