Changes in kernel/arch/sparc64/src/sun4v/start.S [b482287:a52e2f4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sun4v/start.S
rb482287 ra52e2f4 28 28 # 29 29 30 #include <abi/asmtool.h> 30 31 #include <arch/arch.h> 31 32 #include <arch/stack.h> … … 106 107 * 107 108 */ 108 .global kernel_image_start 109 kernel_image_start: 109 SYMBOL(kernel_image_start) 110 110 mov BSP_FLAG, %l0 111 111 and %o0, %l0, %l7 ! l7 <= bootstrap processor? … … 310 310 311 311 .align 8 312 .global temp_cpu_mondo_handler 313 temp_cpu_mondo_handler: 312 SYMBOL(temp_cpu_mondo_handler) 314 313 315 314 set 0x3c, %o0 … … 341 340 342 341 .align 8 343 .global physmem_base ! copy of the physical memory base address 344 physmem_base: 342 SYMBOL(physmem_base) ! copy of the physical memory base address 345 343 .quad 0 346 344 … … 350 348 * memory. 351 349 */ 352 .global end_of_identity 353 end_of_identity: 350 SYMBOL(end_of_identity) 354 351 .quad -1 355 352 356 .global kernel_8k_tlb_data_template 357 kernel_8k_tlb_data_template: 353 SYMBOL(kernel_8k_tlb_data_template) 358 354 .quad 0 359 355 360 356 /* MMU fault status areas for all CPUs */ 361 357 .align MMU_FSA_ALIGNMENT 362 .global mmu_fsas 363 mmu_fsas: 358 SYMBOL(mmu_fsas) 364 359 .space (MMU_FSA_SIZE * MAX_NUM_STRANDS)
Note:
See TracChangeset
for help on using the changeset viewer.