Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/acpica/dist/events Revert the change made b...
details: https://anonhg.NetBSD.org/src/rev/d86e1d69ac1a
branches: trunk
changeset: 762173:d86e1d69ac1a
user: jruoho <jruoho%NetBSD.org@localhost>
date: Thu Feb 17 07:24:41 2011 +0000
description:
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.
diffstat:
sys/external/bsd/acpica/dist/events/evxface.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 8df5597da6cb -r d86e1d69ac1a sys/external/bsd/acpica/dist/events/evxface.c
--- a/sys/external/bsd/acpica/dist/events/evxface.c Thu Feb 17 07:21:14 2011 +0000
+++ b/sys/external/bsd/acpica/dist/events/evxface.c Thu Feb 17 07:24:41 2011 +0000
@@ -749,8 +749,6 @@
/* Disable the GPE before installing the handler */
- if (GpeEventInfo->RuntimeCount)
- GpeEventInfo->RuntimeCount--;
Status = AcpiEvDisableGpe (GpeEventInfo);
if (ACPI_FAILURE (Status))
{
Home |
Main Index |
Thread Index |
Old Index