summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/evmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/evmisc.c')
-rw-r--r--sys/contrib/dev/acpica/evmisc.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/contrib/dev/acpica/evmisc.c b/sys/contrib/dev/acpica/evmisc.c
index b1010f3..7e1ecda 100644
--- a/sys/contrib/dev/acpica/evmisc.c
+++ b/sys/contrib/dev/acpica/evmisc.c
@@ -2,7 +2,7 @@
*
* Module Name: evmisc - ACPI device notification handler dispatch
* and ACPI Global Lock support
- * $Revision: 35 $
+ * $Revision: 36 $
*
*****************************************************************************/
@@ -220,7 +220,6 @@ AcpiEvQueueNotifyRequest (
}
}
-
/* If there is any handler to run, schedule the dispatcher */
if ((AcpiGbl_SysNotify.Handler && (NotifyValue <= MAX_SYS_NOTIFY)) ||
@@ -298,7 +297,6 @@ AcpiEvNotifyDispatch (
GlobalContext = AcpiGbl_SysNotify.Context;
}
}
-
else
{
/* Global driver notification handler */
@@ -310,7 +308,6 @@ AcpiEvNotifyDispatch (
}
}
-
/* Invoke the system handler first, if present */
if (GlobalHandler)
@@ -476,7 +473,6 @@ AcpiEvAcquireGlobalLock(void)
AcpiGbl_GlobalLockThreadCount++;
-
/* If we (OS side) have the hardware lock already, we are done */
if (AcpiGbl_GlobalLockAcquired)
@@ -491,7 +487,6 @@ AcpiEvAcquireGlobalLock(void)
return_ACPI_STATUS (AE_OK);
}
-
/* We must acquire the actual hardware lock */
GlobalLock = AcpiGbl_FACS->GlobalLock;
@@ -506,7 +501,6 @@ AcpiEvAcquireGlobalLock(void)
return_ACPI_STATUS (AE_OK);
}
-
/*
* Did not get the lock. The pending bit was set above, and we must now
* wait until we get the global lock released interrupt.
OpenPOWER on IntegriCloud