Ignore:
File:
1 edited

Legend:

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

    ra35b458 r1b20da0  
    115115        ! Get bits (PHYSMEM_ADDR_SIZE - 1):13 of physmem_base.
    116116        srlx %l6, 13, %l5
    117 
     117       
    118118        ! l5 <= physmem_base[(PHYSMEM_ADDR_SIZE - 1):13]
    119119        sllx %l5, 13 + (63 - (PHYSMEM_ADDR_SIZE - 1)), %l5
     
    130130        wrpr %g0, NWINDOWS - 1, %cleanwin       ! prevent needless clean_window
    131131                                                ! traps for kernel
    132 
     132                                               
    133133        wrpr %g0, 0, %wstate                    ! use default spill/fill trap
    134134
     
    252252        call sparc64_pre_main
    253253        or %l1, %g0, %o0
    254 
     254       
    255255        /*
    256256         * Create the first stack frame.
Note: See TracChangeset for help on using the changeset viewer.