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:
parent
0a9c902921
commit
a7459df4c9
@ -259,7 +259,7 @@ AcpiUtDeleteInternalObj (
|
||||
/* Global Lock has extra semaphore */
|
||||
|
||||
(void) AcpiOsDeleteSemaphore (AcpiGbl_GlobalLockSemaphore);
|
||||
AcpiGbl_GlobalLockSemaphore = 0;
|
||||
AcpiGbl_GlobalLockSemaphore = NULL;
|
||||
|
||||
AcpiOsDeleteMutex (Object->Mutex.OsMutex);
|
||||
AcpiGbl_GlobalLockMutex = NULL;
|
||||
|
@ -283,7 +283,7 @@ AcpiUtInitGlobals (
|
||||
|
||||
/* Global Lock support */
|
||||
|
||||
AcpiGbl_GlobalLockSemaphore = 0;
|
||||
AcpiGbl_GlobalLockSemaphore = NULL;
|
||||
AcpiGbl_GlobalLockMutex = NULL;
|
||||
AcpiGbl_GlobalLockAcquired = FALSE;
|
||||
AcpiGbl_GlobalLockHandle = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user