Changeset eadaeae8 in mainline for kernel/generic/src/ipc/ipc.c
- Timestamp:
- 2018-03-21T20:58:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3be9d10
- Parents:
- 874381a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
r874381a readaeae8 910 910 mutex_lock(&phone->lock); 911 911 if (phone->state != IPC_PHONE_FREE) { 912 printf("%-11d %7" PRIun " ", cap->handle,912 printf("%-11d %7" PRIun " ", (int) CAP_HANDLE_RAW(cap->handle), 913 913 atomic_get(&phone->active_calls)); 914 914
Note:
See TracChangeset
for help on using the changeset viewer.