Subversion Repositories HelenOS-historic

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 15
Line 44... Line 44...
44
    panic(PANIC "tlb_refill exception\n");
44
    panic(PANIC "tlb_refill exception\n");
45
}
45
}
46
 
46
 
47
void tlb_invalid(void)
47
void tlb_invalid(void)
48
{
48
{
49
    panic(PANIC "%X: TLB exception at %X", cp0_badvaddr_read(), the->thread ? the->thread->saved_epc : 0);
49
    panic(PANIC "%X: TLB exception at %X", cp0_badvaddr_read(), THREAD ? THREAD->saved_epc : 0);
50
}
50
}
51
 
51
 
52
void tlb_invalidate(int asid)
52
void tlb_invalidate(int asid)
53
{
53
{
54
}
54
}