Changeset 7972b51 in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2010-12-03T10:38:17Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4570779, 62c9661
Parents:
1f43c8f
Message:

Another workarounds

These workarounds allow to boot all of ours drivers. Need to revert
after DDF is fixed.

File:
1 edited

Legend:

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

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