Changeset 07640dfd in mainline for kernel/generic/src/syscall/syscall.c
- Timestamp:
- 2010-03-29T16:21:29Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ea55bc4
- Parents:
- a2a00e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/syscall/syscall.c
ra2a00e8 r07640dfd 62 62 unative_t rc; 63 63 64 /* Do userpace accounting */ 65 thread_update_accounting(true); 66 64 67 #ifdef CONFIG_UDEBUG 65 68 /* … … 96 99 } 97 100 #endif 101 102 /* Do kernel accounting */ 103 thread_update_accounting(false); 98 104 99 105 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.