mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
Move include/nuttx/gran.h to include/nuttx/mm/gran.h
This commit is contained in:
@@ -233,7 +233,7 @@ int exec_module(FAR const struct binary_s *binp)
|
||||
#if defined(CONFIG_BUILD_KERNEL) && defined(CONFIG_MM_SHM)
|
||||
/* Initialize the shared memory virtual page allocator */
|
||||
|
||||
ret = shm_group_initialize(&tcb->cmn.group);
|
||||
ret = shm_group_initialize(tcb->cmn.group);
|
||||
if (ret < 0)
|
||||
{
|
||||
bdbg("ERROR: shm_group_initialize() failed: %d\n", ret);
|
||||
|
||||
Reference in New Issue
Block a user