Changeset c0b45fa in mainline for src/main/main.c


Ignore:
Timestamp:
2005-09-05T12:15:04Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c55af3
Parents:
ff4c4f5
Message:

remove lower 2 GB identity mapping (IA-32)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    rff4c4f5 rc0b45fa  
    219219         */
    220220        the_initialize(THE);
    221 
     221       
    222222        arch_pre_mm_init();
    223223        frame_init();
    224224        page_init();
    225225        arch_post_mm_init();
    226 
     226       
    227227        cpu_init();
     228       
    228229        calibrate_delay_loop();
    229230
Note: See TracChangeset for help on using the changeset viewer.