Changeset fd3c9e5 in mainline for arch/mips32/src/mm/vm.c
- Timestamp:
- 2005-10-07T09:53:17Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 92e5431
- Parents:
- cc205f1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/vm.c
rcc205f1 rfd3c9e5 49 49 spinlock_lock(&vm->lock); 50 50 hi.asid = vm->asid; 51 cp0_entry_hi_write( *((__u32 *) &hi));51 cp0_entry_hi_write(hi.value); 52 52 spinlock_lock(&vm->unlock); 53 53 cpu_priority_restore(pri);
Note:
See TracChangeset
for help on using the changeset viewer.