Changeset 4570779 in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2010-12-03T10:41:46Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1dd264b, 70c85211
- Parents:
- 78f01ff9 (diff), 7972b51 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r78f01ff9 r4570779 45 45 /** Maximum active async calls per thread */ 46 46 #ifdef CONFIG_DEBUG 47 #define IPC_MAX_ASYNC_CALLS 447 #define IPC_MAX_ASYNC_CALLS 16 48 48 #else 49 49 #define IPC_MAX_ASYNC_CALLS 4000
Note:
See TracChangeset
for help on using the changeset viewer.