Changeset 1d432f9 in mainline for kernel/arch
- Timestamp:
- 2010-05-31T22:33:44Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 179d052
- Parents:
- 3a2b636
- Location:
- kernel/arch
- Files:
-
- 2 edited
-
mips32/src/mm/tlb.c (modified) (1 diff)
-
ppc32/src/mm/tlb.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mm/tlb.c
r3a2b636 r1d432f9 369 369 entry_hi_t hi; 370 370 pte_t *pte; 371 372 ASSERT(mutex_locked(&AS->lock)); 371 373 372 374 hi.value = cp0_entry_hi_read(); -
kernel/arch/ppc32/src/mm/tlb.c
r3a2b636 r1d432f9 67 67 istate_t *istate, int *pfrc) 68 68 { 69 ASSERT(mutex_locked(&as->lock)); 70 69 71 /* 70 72 * Check if the mapping exists in page tables.
Note:
See TracChangeset
for help on using the changeset viewer.
