Revert fixing warnings in acpica.
This is an external library so it should not be modified. It should be moved to src/libs to make this clear, or even better, be outsourced as a package.
This commit is contained in:
@@ -259,7 +259,7 @@ AcpiUtDeleteInternalObj (
|
|||||||
/* Global Lock has extra semaphore */
|
/* Global Lock has extra semaphore */
|
||||||
|
|
||||||
(void) AcpiOsDeleteSemaphore (AcpiGbl_GlobalLockSemaphore);
|
(void) AcpiOsDeleteSemaphore (AcpiGbl_GlobalLockSemaphore);
|
||||||
AcpiGbl_GlobalLockSemaphore = 0;
|
AcpiGbl_GlobalLockSemaphore = NULL;
|
||||||
|
|
||||||
AcpiOsDeleteMutex (Object->Mutex.OsMutex);
|
AcpiOsDeleteMutex (Object->Mutex.OsMutex);
|
||||||
AcpiGbl_GlobalLockMutex = NULL;
|
AcpiGbl_GlobalLockMutex = NULL;
|
||||||
|
|||||||
@@ -283,7 +283,7 @@ AcpiUtInitGlobals (
|
|||||||
|
|
||||||
/* Global Lock support */
|
/* Global Lock support */
|
||||||
|
|
||||||
AcpiGbl_GlobalLockSemaphore = 0;
|
AcpiGbl_GlobalLockSemaphore = NULL;
|
||||||
AcpiGbl_GlobalLockMutex = NULL;
|
AcpiGbl_GlobalLockMutex = NULL;
|
||||||
AcpiGbl_GlobalLockAcquired = FALSE;
|
AcpiGbl_GlobalLockAcquired = FALSE;
|
||||||
AcpiGbl_GlobalLockHandle = 0;
|
AcpiGbl_GlobalLockHandle = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user