mirror of
https://github.com/acpica/acpica/
synced 2025-03-08 23:31:24 +03:00
Additional optimization of the ACPI_OPERAND_OBJECT
date 2000.08.31.16.29.00; author rmoore1; state Exp;
This commit is contained in:
parent
c8320afcbf
commit
20b54707de
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user