Module Name:    src
Committed By:   jruoho
Date:           Thu Feb 17 07:24:41 UTC 2011

Modified Files:
        src/sys/external/bsd/acpica/dist/events: evxface.c

Log Message:
Revert the change made by cegger@ to the GPE reference counting.
The forthcoming version includes a rewritten GPE handling, so it
is unclear how relevant and safe this change is. If needed, this
will be re-applied later.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/acpica/dist/events/evxface.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/acpica/dist/events/evxface.c
diff -u src/sys/external/bsd/acpica/dist/events/evxface.c:1.2 src/sys/external/bsd/acpica/dist/events/evxface.c:1.3
--- src/sys/external/bsd/acpica/dist/events/evxface.c:1.2	Thu Feb 17 07:21:15 2011
+++ src/sys/external/bsd/acpica/dist/events/evxface.c	Thu Feb 17 07:24:41 2011
@@ -749,8 +749,6 @@
 
     /* Disable the GPE before installing the handler */
 
-    if (GpeEventInfo->RuntimeCount)
-        GpeEventInfo->RuntimeCount--;
     Status = AcpiEvDisableGpe (GpeEventInfo);
     if (ACPI_FAILURE (Status))
     {

Reply via email to