mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Patch for global lock error messages that the vendor will import eventually.
Originally committed as 1.1.1.17
This commit is contained in:
parent
4146e46ceb
commit
1fd6e80f3e
1 changed files with 2 additions and 2 deletions
|
|
@ -503,8 +503,8 @@ AcpiSetRegister (
|
|||
ACPI_REGISTER_INSERT_VALUE (RegisterValue, BitRegInfo->BitPosition,
|
||||
BitRegInfo->AccessBitMask, Value);
|
||||
|
||||
Status = AcpiHwRegisterWrite (ACPI_MTX_DO_NOT_LOCK, RegisterId,
|
||||
(UINT16) RegisterValue);
|
||||
Status = AcpiHwRegisterWrite (ACPI_MTX_DO_NOT_LOCK,
|
||||
ACPI_REGISTER_PM1_CONTROL, (UINT16) RegisterValue);
|
||||
break;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue