Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/sun4u/start.S

    r7f1d897 rbe6cef1b  
    293293         * Call arch_pre_main(bootinfo)
    294294         */
     295        mov %o1, %o0
    295296        call arch_pre_main
    296         mov %o1, %o0
    297        
    298         /*
    299          * Create the first stack frame.
    300          */
    301         save %sp, -(STACK_WINDOW_SAVE_AREA_SIZE + STACK_ARG_SAVE_AREA_SIZE), %sp
    302         flushw
    303         add %g0, -STACK_BIAS, %fp
    304 
     297        nop
     298       
    305299        call main_bsp
    306300        nop
     
    309303
    3103040:
    311         ba,a %xcc, 0b
     305        ba %xcc, 0b
     306        nop
    312307
    313308
     
    359354        ldx [%g1], %o6
    360355
    361         /*
    362          * Create the first stack frame.
    363          */
    364         save %sp, -(STACK_WINDOW_SAVE_AREA_SIZE + STACK_ARG_SAVE_AREA_SIZE), %sp
    365         flushw
    366         add %g0, -STACK_BIAS, %fp
    367 
    368356        call main_ap
    369357        nop
     
    373361       
    3743620:
    375         ba,a %xcc, 0b
     363        ba %xcc, 0b
     364        nop
    376365
    377366
Note: See TracChangeset for help on using the changeset viewer.