Changeset 4512d7e in mainline for arch/mips32/src/mm/as.c
- Timestamp:
- 2006-01-19T22:17:47Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6461d67c
- Parents:
- 64c44e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/as.c
r64c44e8 r4512d7e 36 36 /** Install address space. 37 37 * 38 * Install ASID and if necessary, purge TLB.38 * Install ASID. 39 39 * 40 40 * @param as Address space structure. … … 44 44 entry_hi_t hi; 45 45 ipl_t ipl; 46 47 /*48 * If necessary, purge TLB.49 */50 tlb_invalidate_asid(as->asid); /* TODO: do it only if necessary */51 46 52 47 /*
Note:
See TracChangeset
for help on using the changeset viewer.