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:
aystarik 2005-06-29 17:48:20 +00:00
parent 0615c7c65a
commit 061a9f5834

View File

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