http://bugzilla.kernel.org/show_bug.cgi?id=8459
------- Comment #61 from [EMAIL PROTECTED] 2007-10-08 12:51 ------- One small thing in the source, the line if (unlikely(!test_bit(EC_FLAGS_IRQ_MODE, &ec->flags))) shouldn't be written as: if (likely(test_bit(EC_FLAGS_IRQ_MODE, &ec->flags))) As far as I understand the likely()/unlikely() this change should not affect the generated code but simpler -- 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: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ acpi-bugzilla mailing list acpi-bugzilla@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla