Changeset c5da138 in mainline


Ignore:
Timestamp:
2010-06-29T15:38:08Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
793cf029
Parents:
fa3b8e4
Message:

fix bug in configure_via_xsdt(): actually use XSDT, not RSDT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/acpi/acpi.c

    rfa3b8e4 rc5da138  
    132132        for (i = 0; i < cnt; i++) {
    133133                for (j = 0; j < sizeof(signature_map) / sizeof(struct acpi_signature_map); j++) {
    134                         struct acpi_sdt_header *h = (struct acpi_sdt_header *) ((uintptr_t) acpi_rsdt->entry[i]);
     134                        struct acpi_sdt_header *h = (struct acpi_sdt_header *) ((uintptr_t) acpi_xsdt->entry[i]);
    135135
    136136                        map_sdt(h);
Note: See TracChangeset for help on using the changeset viewer.