Changeset ce031f0 in mainline for arch/mips32/src/exception.c


Ignore:
Timestamp:
2005-10-04T11:23:21Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e3f47b3
Parents:
1e2aecca
Message:

MIPS work.
Fix some name inconsistencies between cp0 functions' declarations and definitions.
Add and implement tlb_init_arch().
Add tlb_modified() exception handler.

Other architectures: add dummy tlb_init_arch().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/exception.c

    r1e2aecca rce031f0  
    8181                        break;
    8282                case EXC_Mod:
    83                         panic("unhandled TLB Modification Exception\n");
     83                        tlb_modified(pstate);
    8484                        break;
    8585                case EXC_AdEL:
Note: See TracChangeset for help on using the changeset viewer.