Changes in / [cd98e594:e2fcdb1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/syscall/syscall.c
rcd98e594 re2fcdb1 105 105 106 106 /* Do kernel accounting */ 107 ipl =interrupts_disable();107 (void) interrupts_disable(); 108 108 spinlock_lock(&THREAD->lock); 109 109 thread_update_accounting(false);
Note:
See TracChangeset
for help on using the changeset viewer.