Ignore:
File:
1 edited

Legend:

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

    ra000878c r8f80c77  
    353353/** Try to find PTE for faulting address.
    354354 *
    355  * The AS->lock must be held on entry to this function.
    356  *
    357355 * @param badvaddr      Faulting virtual address.
    358356 * @param access        Access mode that caused the fault.
     
    369367        entry_hi_t hi;
    370368        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.