acpi: rename aslc_id, aslc_revision
The fields Creator ID and Creator Revision contain information about the tool that created an ACPI table. This may be the ASL compiler for some tables but it is not for others. Naming these fields aslc_id and aslc_revision is misleading. It is usual to see diverse values of Creator ID. On a laptop I saw these: 'AMD ', 'INTL, 'MSFT', 'PTEC'. Obviously not all relate to the Intel ASL compiler. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
@@ -32,7 +32,7 @@ static void dump_hdr(struct acpi_table_header *hdr)
|
||||
if (has_hdr) {
|
||||
printf(" v%02d %.6s %.8s %x %.4s %x\n", hdr->revision,
|
||||
hdr->oem_id, hdr->oem_table_id, hdr->oem_revision,
|
||||
hdr->aslc_id, hdr->aslc_revision);
|
||||
hdr->creator_id, hdr->creator_revision);
|
||||
} else {
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user