Changes in boot/arch/mips32/src/asm.S [0407636:45f7449] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/src/asm.S
r0407636 r45f7449 27 27 # 28 28 29 #include <abi/asmtool.h>30 29 #include <arch/arch.h> 31 30 #include <arch/regname.h> … … 35 34 .set nomacro 36 35 36 .global start 37 .global halt 38 .global jump_to_kernel 39 37 40 .section BOOTSTRAP 38 41 39 SYMBOL(start) 42 start: 40 43 /* 41 44 * Setup the CP0 configuration … … 142 145 .text 143 146 144 FUNCTION_BEGIN(halt) 147 halt: 145 148 j halt 146 149 nop 147 FUNCTION_END(halt)148 150 149 FUNCTION_BEGIN(jump_to_kernel) 151 jump_to_kernel: 150 152 /* 151 153 * TODO: … … 156 158 j $a0 157 159 nop 158 FUNCTION_END(jump_to_kernel)
Note:
See TracChangeset
for help on using the changeset viewer.