Patch for global lock error messages that the vendor will import eventually.

Originally committed as 1.1.1.17
This commit is contained in:
Nate Lawson 2003-07-13 22:50:30 +00:00
parent 4146e46ceb
commit 1fd6e80f3e

View File

@ -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;