Changeset 7cedc46a in mainline
- Timestamp:
- 2011-03-05T19:31:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5dab9237, 89ae871, f16a76b
- Parents:
- dc790e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/src/asm.S
rdc790e1 r7cedc46a 52 52 mtc0 $a0, $status 53 53 54 /* Setup CPU map (on msim this code 55 is executed in parallel on all CPUs, 56 but it not an issue) */ 54 /* 55 * Setup CPU map (on msim this code 56 * is executed in parallel on all CPUs, 57 * but it not an issue). 58 */ 57 59 la $a0, PA2KA(CPUMAP_OFFSET) 58 60 … … 105 107 lw $k1, ($k0) 106 108 107 /* If we are not running on BSP 108 then end in an infinite loop */ 109 /* 110 * If we are not running on BSP 111 * then end in an infinite loop. 112 */ 109 113 beq $k1, $zero, bsp 110 114 nop … … 138 142 139 143 jump_to_kernel: 140 # 141 # TODO: 142 # Make sure that the I-cache, D-cache and memory are mutually coherent 143 # before passing control to the copied code. 144 # 144 /* 145 * TODO: 146 * 147 * Make sure that the I-cache, D-cache and memory are mutually 148 * coherent before passing control to the copied code. 149 */ 145 150 j $a0 146 151 nop
Note:
See TracChangeset
for help on using the changeset viewer.