Changes in kernel/arch/mips32/src/mm/tlb.c [b2fa1204:b0c2075] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mm/tlb.c
rb2fa1204 rb0c2075 43 43 #include <synch/mutex.h> 44 44 #include <print.h> 45 #include <log.h>46 45 #include <debug.h> 47 46 #include <align.h> … … 218 217 */ 219 218 if (index.p) { 220 log(LF_ARCH, LVL_WARN,"%s: TLBP failed in exception handler (badvaddr=%#"219 printf("%s: TLBP failed in exception handler (badvaddr=%#" 221 220 PRIxn ", ASID=%d).\n", __func__, badvaddr, 222 221 AS ? AS->asid : -1);
Note:
See TracChangeset
for help on using the changeset viewer.