Changeset 0b5f9fa in mainline for kernel/arch/amd64/src/amd64.c


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/amd64/src/amd64.c

    rb5ed4f8 r0b5f9fa  
    166166{
    167167        if (config.cpu_active == 1) {
    168                 memory_print_map();
    169                
    170                 #ifdef CONFIG_SMP
     168#ifdef CONFIG_SMP
    171169                acpi_init();
    172                 #endif /* CONFIG_SMP */
     170#endif /* CONFIG_SMP */
    173171        }
    174172}
Note: See TracChangeset for help on using the changeset viewer.