Changeset 12c7f27 in mainline for arch/mips32/src/start.S


Ignore:
Timestamp:
2006-04-22T23:35:20Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ecc8bce
Parents:
cf85e24c
Message:

init tasks must be registered before main_bsp()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/start.S

    rcf85e24c r12c7f27  
    187187        lui $gp, 0x8000
    188188       
    189         jal main_bsp
    190         nop
    191 
     189        jal arch_pre_main
     190        nop
     191       
     192        j main_bsp
     193        nop
    192194
    193195        .space TEMP_STACK_SIZE
     
    322324        add $t9, $a2, 0   # Set up correct entry into PIC code
    323325        eret
    324 
Note: See TracChangeset for help on using the changeset viewer.