Changeset a276c56 in mainline for arch/mips32/src/mm/vm.c
- Timestamp:
- 2005-12-10T19:59:59Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 442d0ae
- Parents:
- 02055415
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/vm.c
r02055415 ra276c56 50 50 hi.asid = vm->asid; 51 51 cp0_entry_hi_write(hi.value); 52 spinlock_ lock(&vm->unlock);52 spinlock_unlock(&vm->lock); 53 53 interrupts_restore(ipl); 54 54 }
Note:
See TracChangeset
for help on using the changeset viewer.