Changeset 463e734 in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2010-12-04T20:36:56Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4006447, 87b4baa
Parents:
42be09b
Message:

Serialization of devman::add_device

Also, the kernel limit for IPC messages was descreased back to 4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/ipc.h

    r42be09b r463e734  
    4545/** Maximum active async calls per thread */
    4646#ifdef CONFIG_DEBUG
    47         #define IPC_MAX_ASYNC_CALLS  8
     47        #define IPC_MAX_ASYNC_CALLS  4
    4848#else
    4949        #define IPC_MAX_ASYNC_CALLS  4000
Note: See TracChangeset for help on using the changeset viewer.