Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/mm/tlb.c

    rb2fa1204 rb0c2075  
    4343#include <synch/mutex.h>
    4444#include <print.h>
    45 #include <log.h>
    4645#include <debug.h>
    4746#include <align.h>
     
    218217         */
    219218        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=%#"
    221220                    PRIxn ", ASID=%d).\n", __func__, badvaddr,
    222221                    AS ? AS->asid : -1);
Note: See TracChangeset for help on using the changeset viewer.