mirror of
https://github.com/acpica/acpica/
synced 2025-03-30 18:12:56 +03:00
add a comment
date 2001.02.09.22.49.00; author agrover; state Exp;
This commit is contained in:
parent
7d46443f89
commit
19e8db5f1f
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Module Name: hwregs - Read/write access functions for the various ACPI
|
||||
* control and status registers.
|
||||
* $Revision: 1.88 $
|
||||
* $Revision: 1.89 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -289,6 +289,9 @@ AcpiHwObtainSleepTypeRegisterData (
|
||||
* two elements
|
||||
*/
|
||||
|
||||
/* Even though AcpiEvaluateObject resolves package references,
|
||||
* NsEvaluate dpesn't. So, we do it here.
|
||||
*/
|
||||
Status = AcpiCmResolvePackageReferences(ObjDesc);
|
||||
|
||||
if (ObjDesc->Package.Count < 2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user