summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-11 09:00:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-11 09:00:10 -0600
commitea18135ad3478be6d774bb74d00713d3b7d86cd1 (patch)
treecb0871a917da554e0c551bd8bd35fd6f23b54903 /nuttx/configs/ea3131
parent43108346e9ef40deb13ff1c5a817aa4764ab5891 (diff)
downloadpx4-nuttx-ea18135ad3478be6d774bb74d00713d3b7d86cd1.tar.gz
px4-nuttx-ea18135ad3478be6d774bb74d00713d3b7d86cd1.tar.bz2
px4-nuttx-ea18135ad3478be6d774bb74d00713d3b7d86cd1.zip
When a privileged thread exits, we have to use the kernel alloctor to free memory; when an unprivileged thread exits, we don't have to do anything... heap memory will be cleaned up when the address environment is torn down
Diffstat (limited to 'nuttx/configs/ea3131')
-rwxr-xr-xnuttx/configs/ea3131/locked/mklocked.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/configs/ea3131/locked/mklocked.sh b/nuttx/configs/ea3131/locked/mklocked.sh
index c8c3f9a76..26d23e40e 100755
--- a/nuttx/configs/ea3131/locked/mklocked.sh
+++ b/nuttx/configs/ea3131/locked/mklocked.sh
@@ -194,7 +194,6 @@ if [ $answer = y ]; then
fi
echo "EXTERN(up_initialize)" >>ld-locked.inc
-echo "EXTERN(lib_initialize)" >>ld-locked.inc
echo "EXTERN(sched_setupidlefiles)" >>ld-locked.inc
echo "EXTERN(task_create)" >>ld-locked.inc