Changeset a2a00e8 in mainline for kernel/generic/src/interrupt/interrupt.c
- Timestamp:
- 2010-03-28T23:05:18Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07640dfd
- Parents:
- 34bba0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/interrupt/interrupt.c
r34bba0e ra2a00e8 51 51 #include <print.h> 52 52 #include <symtab.h> 53 #include <proc/thread.h> 53 54 54 55 static struct { … … 90 91 { 91 92 ASSERT(n < IVT_ITEMS); 93 94 /* Account user cycles */ 95 if (THREAD) 96 thread_update_accounting(true); 92 97 93 98 #ifdef CONFIG_UDEBUG
Note:
See TracChangeset
for help on using the changeset viewer.