Changeset 6618186 in mainline
- Timestamp:
- 2018-03-11T09:05:08Z (7 years ago)
- Children:
- 9f8a9627
- Parents:
- 934fa81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
r934fa81 r6618186 960 960 irq_spinlock_lock(&task->answerbox.lock, false); 961 961 962 printf("Active calls: %" PRIun "\n", 963 atomic_get(&task->answerbox.active_calls)); 964 962 965 #ifdef __32_BITS__ 963 966 printf("[call id ] [method] [arg1] [arg2] [arg3] [arg4] [arg5]"
Note:
See TracChangeset
for help on using the changeset viewer.