mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 06:19:19 +03:00
Support for method owner IDs
date 2000.04.21.22.17.00; author rmoore1; state Exp;
This commit is contained in:
parent
e3c5615bd1
commit
a468b354f9
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user