summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/dbexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/dbexec.c')
-rw-r--r--sys/contrib/dev/acpica/dbexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/dbexec.c b/sys/contrib/dev/acpica/dbexec.c
index 5bb5edf..d4ccd64 100644
--- a/sys/contrib/dev/acpica/dbexec.c
+++ b/sys/contrib/dev/acpica/dbexec.c
@@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbexec - debugger control method execution
- * $Revision: 45 $
+ * $Revision: 46 $
*
******************************************************************************/
@@ -500,7 +500,7 @@ AcpiDbCreateExecutionThreads (
i = NumThreads;
while (i) /* Brain damage for OSD implementations that only support wait of 1 unit */
{
- Status = AcpiOsWaitSemaphore (ThreadGate, 1, WAIT_FOREVER);
+ Status = AcpiOsWaitSemaphore (ThreadGate, 1, ACPI_WAIT_FOREVER);
i--;
}
OpenPOWER on IntegriCloud