]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
Increase default value ProcMgr_MAX_MEMORY_REGIONS in QNX
authorvwan@ti.com <vwan@ti.com>
Fri, 6 Mar 2015 01:54:09 +0000 (17:54 -0800)
committerRobert Tivy <rtivy@ti.com>
Thu, 12 Mar 2015 18:16:37 +0000 (11:16 -0700)
This commit increases the default value of ProcMgr_MAX_MEMORY_REGIONS to
match what we used to support in SysLink 2 (SDOCM00115108), so that real
applications that require many ProcMgr address mappings do not easily
run into this limit.

Signed-off-by: VW <vwan@ti.com>
qnx/src/ipc3x_dev/ti/syslink/ProcMgr.h

index 9a5be03ec6619eafa6cc11b93cb86e598a7aa26b..ce6d9ce69984db6748da7ad270ca799c4193125a 100644 (file)
@@ -41,7 +41,7 @@
  *
  *  ============================================================================
  *
- *  Copyright (c) 2008-2009, Texas Instruments Incorporated
+ *  Copyright (c) 2008-2015, Texas Instruments Incorporated
  *
  *  Redistribution and use in source and binary forms, with or without
  *  modification, are permitted provided that the following conditions
@@ -238,7 +238,7 @@ extern "C" {
 /*!
  *  @brief  Maximum number of memory regions supported by ProcMgr module.
  */
-#define ProcMgr_MAX_MEMORY_REGIONS  32u
+#define ProcMgr_MAX_MEMORY_REGIONS  96u
 
 /*!
  *  @def    IS_VALID_PROCID