Deleted Added
full compact
1281c1281
< * FUNCTION: DtTableInfoGeneric
---
> * FUNCTION: DtGetGenericTableInfo
1291,1292c1291,1292
< static ACPI_DMTABLE_INFO *
< DtTableInfoGeneric (
---
> ACPI_DMTABLE_INFO *
> DtGetGenericTableInfo (
1348a1349,1350
> /* Compile the predefined portion of the UEFI table */
>
1361a1364,1375
> /*
> * Compile the "generic" portion of the UEFI table. This
> * part of the table is not predefined and any of the generic
> * operators may be used.
> */
>
> /* Find any and all labels in the entire generic portion */
>
> DtDetectAllLabels (*PFieldList);
>
> /* Now we can actually compile the parse tree */
>
1364c1378
< Info = DtTableInfoGeneric ((*PFieldList)->Name);
---
> Info = DtGetGenericTableInfo ((*PFieldList)->Name);