Changeset 34bf3d5 in mainline
- Timestamp:
- 2010-05-22T08:56:01Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c92af69b
- Parents:
- 71d0d737
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4v/start.S
r71d0d737 r34bf3d5 155 155 mov 0, %o5 156 156 ta 0xff 157 nop158 157 159 158 /* … … 250 249 * Call arch_pre_main(bootinfo) 251 250 */ 251 call arch_pre_main 252 252 or %l1, %g0, %o0 253 call arch_pre_main254 nop255 253 256 254 call main_bsp … … 260 258 261 259 0: 262 ba %xcc, 0b 263 nop 260 ba,a %xcc, 0b 264 261 265 262 1: … … 273 270 */ 274 271 275 mov 1, %o0! MMU enable flag276 set 277 mov 278 ta 0x80! call HV272 mov 1, %o0 ! MMU enable flag 273 set mmu_enabled, %o1 274 mov MMU_ENABLE, %o5 ! MMU enable HV call 275 ta 0x80 ! call HV 279 276 280 277 mmu_enabled: … … 295 292 /* Not reached. */ 296 293 0: 297 ba %xcc, 0b 298 nop 294 ba,a %xcc, 0b 299 295 300 296 .align 8 … … 314 310 before_ap_boots: 315 311 setx 0x80400000, %g0, %o0 316 ba %xcc, kernel_image_start 317 nop 312 ba,a %xcc, kernel_image_start 318 313 319 314 .section K_DATA_START, "aw", @progbits
Note:
See TracChangeset
for help on using the changeset viewer.