mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 13:59:19 +03:00
Update to new ACPI_DEBUG_PRINT macro
date 2001.08.15.15.22.00; author rmoore1; state Exp;
This commit is contained in:
parent
5f4be0f1b7
commit
7376ae66fd
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: oswinxf - Windows application interface
|
||||
* $Revision: 1.14 $
|
||||
* $Revision: 1.15 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -547,10 +547,11 @@ AcpiOsCreateSemaphore (
|
||||
{
|
||||
#ifdef _MULTI_THREADED
|
||||
void *Mutex;
|
||||
|
||||
PROC_NAME ("OsCreateSemaphore");
|
||||
#endif
|
||||
|
||||
|
||||
PROC_NAME ("OsCreateSemaphore");
|
||||
|
||||
|
||||
if (MaxUnits == ACPI_UINT32_MAX)
|
||||
|
Loading…
Reference in New Issue
Block a user