Changes in / [e2fcdb1:cd98e594] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/syscall/syscall.c

    re2fcdb1 rcd98e594  
    105105
    106106        /* Do kernel accounting */
    107         (void) interrupts_disable();
     107        ipl = interrupts_disable();
    108108        spinlock_lock(&THREAD->lock);
    109109        thread_update_accounting(false);
Note: See TracChangeset for help on using the changeset viewer.