Changeset 2f40fe4 in mainline for arch/mips32/src/start.S


Ignore:
Timestamp:
2006-07-01T21:40:36Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5eabe73
Parents:
7ee0e2f
Message:

Change cache_error exception to take istate * as a parameter.
Make cache_error() print epc in the panic message.
Do not rely on the compiler to generate 'nop' after 'beq' in atomic_add()
and put it there explicitly.
Indentation fixes and cosmetic changes.

File:
1 edited

Legend:

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

    r7ee0e2f r2f40fe4  
    310310        add $sp, $k0, 0
    311311
    312         jal tlb_refill /* tlb_refill(register_space) */
     312        jal tlb_refill
    313313        add $a0, $sp, 0
    314314
     
    325325
    326326        jal cache_error
    327         nop
     327        add $a0, $sp, 0
    328328
    329329        REGISTERS_LOAD $sp
Note: See TracChangeset for help on using the changeset viewer.