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