Additional optimization of the ACPI_OPERAND_OBJECT

date	2000.08.31.16.29.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:49:58 +00:00
parent c8320afcbf
commit 20b54707de

View File

@ -2,7 +2,7 @@
*
* Module Name: evxfregn - External Interfaces, ACPI Operation Regions and
* Address Spaces.
* $Revision: 1.19 $
* $Revision: 1.20 $
*
*****************************************************************************/
@ -304,13 +304,6 @@ AcpiInstallAddressSpaceHandler (
AcpiCmRemoveReference (ObjDesc);
goto UnlockAndExit;
}
/* TBD: [Investigate] Will this always be of type DEVICE? */
if (Type == ACPI_TYPE_DEVICE)
{
ObjDesc->Device.Handle = Device;
}
}
DEBUG_PRINT (TRACE_OPREGION,