Mercurial > ecos
comparison packages/hal/mips/arch/current/src/vectors.S @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 02ea4320376c |
| children | 518f42066aba |
comparison
equal
deleted
inserted
replaced
| 114:5ad2b71d525e | 115:6ed91473a1cd |
|---|---|
| 100 2: | 100 2: |
| 101 la k0,INITIAL_CONFIG0 # Set up config0 register | 101 la k0,INITIAL_CONFIG0 # Set up config0 register |
| 102 mtc0 k0,config0 # to disable cache | 102 mtc0 k0,config0 # to disable cache |
| 103 #endif | 103 #endif |
| 104 lar v0,_start # jump to start | 104 lar v0,_start # jump to start |
| 105 #ifdef CYGARC_START_FUNC_UNCACHED | |
| 105 CYGARC_ADDRESS_REG_UNCACHED(v0) | 106 CYGARC_ADDRESS_REG_UNCACHED(v0) |
| 107 #endif | |
| 108 | |
| 106 jr v0 | 109 jr v0 |
| 107 nop # (delay slot) | 110 nop # (delay slot) |
| 108 | 111 |
| 109 FUNC_END(reset_vector) | 112 FUNC_END(reset_vector) |
| 110 | 113 |
