Ignore:
Timestamp:
2010-03-29T16:21:29Z (14 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ea55bc4
Parents:
a2a00e8
Message:

Small changes on kernel & user accounting.

File:
1 edited

Legend:

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

    ra2a00e8 r07640dfd  
    109109        if (THREAD && THREAD->interrupted && istate_from_uspace(istate))
    110110                thread_exit();
     111
     112        if (THREAD)
     113                thread_update_accounting(false);
    111114}
    112115
Note: See TracChangeset for help on using the changeset viewer.