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 19:05:33 +00:00
parent 5f3333c633
commit 6ce1c6d831

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utcopy - Internal to external object translation utilities
* $Revision: 1.82 $
* $Revision: 1.83 $
*
*****************************************************************************/
@ -230,7 +230,7 @@ AcpiUtCopyIsimpleToEsimple (
case AML_REVISION_OP:
ExternalObject->Type = ACPI_TYPE_INTEGER;
ExternalObject->Integer.Value = ACPI_CA_VERSION;
ExternalObject->Integer.Value = ACPI_CA_SUPPORT_LEVEL;
break;
case AML_INT_NAMEPATH_OP: