Changeset 1d432f9 in mainline for kernel/arch/ppc32/src/mm/tlb.c


Ignore:
Timestamp:
2010-05-31T22:33:44Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
179d052
Parents:
3a2b636
Message:

Reflect assumptions about lock and interrupt state in functions themselves.

File:
1 edited

Legend:

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

    r3a2b636 r1d432f9  
    6767    istate_t *istate, int *pfrc)
    6868{
     69        ASSERT(mutex_locked(&as->lock));
     70
    6971        /*
    7072         * Check if the mapping exists in page tables.
Note: See TracChangeset for help on using the changeset viewer.