Changeset cf538e7 in mainline
- Timestamp:
- 2012-12-11T22:20:04Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 14febed9
- Parents:
- d704d7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mm/tlb.c
rd704d7f rcf538e7 142 142 index.value = cp0_index_read(); 143 143 144 #if defined(PROCESSOR_4Kc) 145 /* 146 * This can happen on a 4Kc when Status.EXL is 1 and there is a TLB miss. 147 * EXL is 1 when interrupts are disabled. The combination of a TLB miss 148 * and disabled interrupts is possible in copy_to/from_uspace(). 149 */ 150 if (index.p) { 151 tlb_refill(istate); 152 return; 153 } 154 #endif 155 144 156 ASSERT(!index.p); 145 157
Note:
See TracChangeset
for help on using the changeset viewer.