Changes in kernel/arch/ia64/src/start.S [d75628da:18ba2e4f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/start.S
rd75628da r18ba2e4f 156 156 * Now we are paging. 157 157 */ 158 159 #160 # Set Interruption Vector Address161 # (i.e. location of interruption vector table)162 #163 movl r8 = ivt ;;164 mov cr.iva = r8165 srlz.d ;;166 167 158 168 159 # Switch to register bank 1 … … 174 165 mov ar.bspstore = r8 175 166 loadrs 176 167 177 168 # 178 # Initialize memory stack to some sane value and allocate a scratch are a169 # Initialize memory stack to some sane value and allocate a scratch are 179 170 # on it. 180 171 # … … 196 187 srlz.i 197 188 srlz.d ;; 198 189 199 190 br.call.sptk.many b0 = arch_pre_main 200 191 0:
Note:
See TracChangeset
for help on using the changeset viewer.