Changes in kernel/genarch/src/mm/as_pt.c [fdaad75d:ada559c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/mm/as_pt.c
rfdaad75d rada559c 84 84 */ 85 85 86 ipl_t ipl = interrupts_disable(); 86 87 mutex_lock(&AS_KERNEL->lock); 87 88 … … 99 100 100 101 mutex_unlock(&AS_KERNEL->lock); 102 interrupts_restore(ipl); 101 103 } 102 104
Note:
See TracChangeset
for help on using the changeset viewer.