Ignore:
Timestamp:
2010-03-29T16:21:29Z (15 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/syscall/syscall.c

    ra2a00e8 r07640dfd  
    6262        unative_t rc;
    6363
     64        /* Do userpace accounting */
     65        thread_update_accounting(true);
     66
    6467#ifdef CONFIG_UDEBUG
    6568        /*
     
    9699        }
    97100#endif
     101
     102        /* Do kernel accounting */
     103        thread_update_accounting(false);
    98104       
    99105        return rc;
Note: See TracChangeset for help on using the changeset viewer.