Changeset 02a99d2 in mainline for arch/mips/src/mm/tlb.c
- Timestamp:
- 2005-05-11T19:51:55Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69515260
- Parents:
- 45671f48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/mm/tlb.c
r45671f48 r02a99d2 42 42 } 43 43 44 panic( PANIC"tlb_refill exception\n");44 panic("tlb_refill exception\n"); 45 45 } 46 46 47 47 void tlb_invalid(void) 48 48 { 49 panic( PANIC"%X: TLB exception at %X", cp0_badvaddr_read(), THREAD ? THREAD->saved_epc : 0);49 panic("%X: TLB exception at %X", cp0_badvaddr_read(), THREAD ? THREAD->saved_epc : 0); 50 50 } 51 51
Note:
See TracChangeset
for help on using the changeset viewer.