Ignore:
Timestamp:
2008-02-05T16:01:57Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b067315
Parents:
b5ed4f8
Message:

remove memory_print_map(), as it duplicates functionality of physmem_print()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/src/mm/memory_init.c

    rb5ed4f8 r0b5f9fa  
    4343}
    4444
    45 
    46 void memory_print_map(void)
    47 {
    48         count_t i;
    49        
    50         for (i = 0; i < bootinfo.memmap.count; i++)
    51                 printf("base: %.*p size: %#x\n", sizeof(bootinfo.memmap.zones[i].start) * 2, bootinfo.memmap.zones[i].start, bootinfo.memmap.zones[i].size);
    52 }
    53 
    5445/** @}
    5546 */
Note: See TracChangeset for help on using the changeset viewer.