summaryrefslogtreecommitdiff
path: root/nuttx/sched/init
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-02 11:22:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-02 11:22:09 -0600
commit70364682c1d59b7ac26548085cc8faa835086c02 (patch)
tree9d6b1584b65ed5dbc7896ad55d677c3540fdc115 /nuttx/sched/init
parent0c224f7e3dd878868fe921a5b41efe2362ce7fb6 (diff)
downloadpx4-nuttx-70364682c1d59b7ac26548085cc8faa835086c02.tar.gz
px4-nuttx-70364682c1d59b7ac26548085cc8faa835086c02.tar.bz2
px4-nuttx-70364682c1d59b7ac26548085cc8faa835086c02.zip
Restructuring of build to allow use of use-space allocators by kernel logic in the kernel build.
Diffstat (limited to 'nuttx/sched/init')
-rw-r--r--nuttx/sched/init/os_start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/init/os_start.c b/nuttx/sched/init/os_start.c
index 8991cc608..27ebd29c2 100644
--- a/nuttx/sched/init/os_start.c
+++ b/nuttx/sched/init/os_start.c
@@ -350,7 +350,7 @@ void os_start(void)
FAR void *heap_start;
size_t heap_size;
-#ifdef CONFIG_MM_USER_HEAP
+#ifdef MM_KERNEL_USRHEAP_INIT
/* Get the user-mode heap from the platform specific code and configure
* the user-mode memory allocator.
*/