Changeset cc205f1 in mainline for arch/mips32/src/mm/vm.c
- Timestamp:
- 2005-10-06T12:45:22Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd3c9e5
- Parents:
- bca1b47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/mm/vm.c
rbca1b47 rcc205f1 32 32 #include <arch/cp0.h> 33 33 #include <arch.h> 34 #include <print.h>35 34 36 35 /** Install ASID of the current VM … … 42 41 void vm_install_arch(vm_t *vm) 43 42 { 44 struct entry_hihi;43 entry_hi_t hi; 45 44 pri_t pri; 46 45 47 *((__u32 *) &hi)= cp0_entry_hi_read();46 hi.value = cp0_entry_hi_read(); 48 47 49 48 pri = cpu_priority_high();
Note:
See TracChangeset
for help on using the changeset viewer.