Ignore:
File:
1 edited

Legend:

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

    r8f80c77 ra000878c  
    353353/** Try to find PTE for faulting address.
    354354 *
     355 * The AS->lock must be held on entry to this function.
     356 *
    355357 * @param badvaddr      Faulting virtual address.
    356358 * @param access        Access mode that caused the fault.
     
    367369        entry_hi_t hi;
    368370        pte_t *pte;
    369 
    370         ASSERT(mutex_locked(&AS->lock));
    371371
    372372        hi.value = cp0_entry_hi_read();
Note: See TracChangeset for help on using the changeset viewer.