Support for method owner IDs

date	2000.04.21.22.17.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:54:40 +00:00
parent e3c5615bd1
commit a468b354f9

View File

@ -395,11 +395,9 @@ TbInitTableDescriptor (
TableDesc->Allocation = TableInfo->Allocation;
TableDesc->AmlPointer = (UINT8 *) (TableDesc->Pointer + 1),
TableDesc->AmlLength = (UINT32) (TableDesc->Length - (UINT32) sizeof (ACPI_TABLE_HEADER));
TableDesc->TableId = Gbl_TbNextTableId;
TableDesc->TableId = CmAllocateOwnerId (OWNER_TYPE_TABLE);
TableDesc->LoadedIntoNamespace = FALSE;
Gbl_TbNextTableId++;
/* Set the appropriate global pointer (if there is one) to point to the newly installed table */