Changeset ddd9486 in mainline for arch/ia32/src/acpi/madt.c


Ignore:
Timestamp:
2005-09-11T13:29:25Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
788ccb04
Parents:
8e3fb24c
Message:

Cleanup.
Cancel fake in pm.c and replace it with LONG(0xdeadbeaf) in linker script. Still need some to find out why it must be there.
Remove comment saying, that mips is little-endian.

File:
1 edited

Legend:

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

    r8e3fb24c rddd9486  
    132132                madt_entries_index_cnt++;
    133133        }
    134         printf("MADT: Found %d entries\n", madt_entries_index_cnt);
    135134
    136135        /* create madt apic entries index array */
     
    142141                madt_entries_index[index++] = h;
    143142        }
    144 
    145143
    146144        /* Quicksort MADT index structure */
Note: See TracChangeset for help on using the changeset viewer.