Changes in / [cd98e594:e2fcdb1] in mainline


Ignore:
File:
1 edited

Legend:

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

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