Changeset ffc277e in mainline for arch/mips/src/start.S
- Timestamp:
- 2005-09-10T00:52:13Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3a6c8e5
- Parents:
- b02e5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/start.S
rb02e5d1 rffc277e 154 154 155 155 .org 0x0 156 tlb_refill_entry:157 j tlb_refill_handler158 nop159 160 .org 0x100161 cache_error_entry:162 j cache_error_handler163 nop164 165 .org 0x180166 norm_exception:167 j exception_handler168 nop169 170 .org 0x200171 iv_exception:172 j exception_handler173 nop174 175 .org KA2PA(KERNEL_STARTUP_ADDRESS)176 156 kernel_image_start: 177 157 /* Load temporary stack */ … … 187 167 188 168 .space TEMP_STACK_SIZE 189 end_stack: 169 end_stack: 170 171 tlb_refill_entry: 172 j tlb_refill_handler 173 nop 174 175 cache_error_entry: 176 j cache_error_handler 177 nop 178 179 exception_entry: 180 j exception_handler 181 nop 182 183 190 184 191 185 exception_handler: 192 exception_entry:193 186 KERNEL_STACK_TO_K0 194 187 sub $k0, REGISTER_SPACE
Note:
See TracChangeset
for help on using the changeset viewer.