Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/start.S

    rd75628da r18ba2e4f  
    156156         * Now we are paging.
    157157         */
    158 
    159         #
    160         # Set Interruption Vector Address
    161         # (i.e. location of interruption vector table)
    162         #
    163         movl r8 = ivt ;;
    164         mov cr.iva = r8
    165         srlz.d ;;       
    166 
    167158       
    168159        # Switch to register bank 1
     
    174165        mov ar.bspstore = r8
    175166        loadrs
    176 
     167       
    177168        #
    178         # Initialize memory stack to some sane value and allocate a scratch area
     169        # Initialize memory stack to some sane value and allocate a scratch are
    179170        # on it.
    180171        #
     
    196187        srlz.i
    197188        srlz.d ;;
    198 
     189       
    199190        br.call.sptk.many b0 = arch_pre_main
    2001910:
Note: See TracChangeset for help on using the changeset viewer.