Changeset 2cf5634 in mainline for genarch/src/acpi/acpi.c
- Timestamp:
- 2005-12-22T11:09:29Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ae4443
- Parents:
- 096d11e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/src/acpi/acpi.c
r096d11e5 r2cf5634 42 42 43 43 struct acpi_signature_map signature_map[] = { 44 { (__u8 *)"APIC", ( struct acpi_sdt_header **) &acpi_madt, "Multiple APIC Description Table" }44 { (__u8 *)"APIC", (void *) &acpi_madt, "Multiple APIC Description Table" } 45 45 }; 46 46
Note:
See TracChangeset
for help on using the changeset viewer.