Changeset b9e97fb in mainline for arch/ia32/src/acpi/acpi.c


Ignore:
Timestamp:
2005-08-31T10:53:34Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f91729
Parents:
9756131
Message:

Better types for ia32 drivers, so that they can be reused in amd64.
Build script cleanup amd64.
New code / not working yet / in amd64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/acpi/acpi.c

    r9756131 rb9e97fb  
    4242
    4343struct acpi_signature_map signature_map[] = {
    44         { "APIC", (struct acpi_sdt_header **) &acpi_madt, "Multiple APIC Description Table" }
     44        { (__u8 *)"APIC", (struct acpi_sdt_header **) &acpi_madt, "Multiple APIC Description Table" }
    4545};
    4646
Note: See TracChangeset for help on using the changeset viewer.