Changeset 18a6243 in mainline


Ignore:
Timestamp:
2010-12-02T00:00:41Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
42be09b
Parents:
c245f16e
Message:

Bypass devman deadlock

Increasing number of async calls bypasses the deadlock in devman and
ensures completion of the test from previous revision.

File:
1 edited

Legend:

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

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