Ignore:
File:
1 edited

Legend:

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

    r07640dfd ra000878c  
    5151#include <print.h>
    5252#include <symtab.h>
    53 #include <proc/thread.h>
    5453
    5554static struct {
     
    9291        ASSERT(n < IVT_ITEMS);
    9392
    94         /* Account user cycles */
    95         if (THREAD)
    96                 thread_update_accounting(true);
    97 
    9893#ifdef CONFIG_UDEBUG
    9994        if (THREAD) THREAD->udebug.uspace_state = istate;
     
    109104        if (THREAD && THREAD->interrupted && istate_from_uspace(istate))
    110105                thread_exit();
    111 
    112         if (THREAD)
    113                 thread_update_accounting(false);
    114106}
    115107
Note: See TracChangeset for help on using the changeset viewer.