Subversion Repositories HelenOS-historic

Rev

Rev 242 | Rev 369 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 242 Rev 298
Line 216... Line 216...
216
 
216
 
217
    /*
217
    /*
218
     * The THE structure is well defined because ctx.sp is used as stack.
218
     * The THE structure is well defined because ctx.sp is used as stack.
219
     */
219
     */
220
    the_initialize(THE);
220
    the_initialize(THE);
221
 
221
   
222
    arch_pre_mm_init();
222
    arch_pre_mm_init();
223
    frame_init();
223
    frame_init();
224
    page_init();
224
    page_init();
225
    arch_post_mm_init();
225
    arch_post_mm_init();
226
 
226
   
227
    cpu_init();
227
    cpu_init();
-
 
228
   
228
    calibrate_delay_loop();
229
    calibrate_delay_loop();
229
 
230
 
230
    l_apic_init();
231
    l_apic_init();
231
    l_apic_debug();
232
    l_apic_debug();
232
 
233