mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 08:54:16 +03:00
Updated Revision for ACPI 2.0 semantics -- returns ACPI support level
date 2001.09.25.17.58.00; author rmoore1; state Exp;
This commit is contained in:
parent
0615c7c65a
commit
061a9f5834
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exresolv - AML Interpreter object resolution
|
||||
* $Revision: 1.99 $
|
||||
* $Revision: 1.100 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -433,7 +433,7 @@ AcpiExResolveObjectToValue (
|
||||
break;
|
||||
|
||||
case AML_REVISION_OP:
|
||||
ObjDesc->Integer.Value = ACPI_CA_VERSION;
|
||||
ObjDesc->Integer.Value = ACPI_CA_SUPPORT_LEVEL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user