aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-26 21:35:14 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-26 21:35:14 +0000
commitfe493d8bb89c6f052f2cd8a66c00f50fd77ad442 (patch)
tree6579ef65801f07d0974c3767c92c2dff92604dc5 /nuttx/ChangeLog
parentd6b8fcdcf0834d1515ae254143eaf6ac9f2e4307 (diff)
downloadpx4-firmware-fe493d8bb89c6f052f2cd8a66c00f50fd77ad442.tar.gz
px4-firmware-fe493d8bb89c6f052f2cd8a66c00f50fd77ad442.tar.bz2
px4-firmware-fe493d8bb89c6f052f2cd8a66c00f50fd77ad442.zip
Fix some list handling associated with priority inheritance
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5053 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7a6e3f6eb..4135bd19a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3178,3 +3178,8 @@
functional (although more testing is necesary).
6.22 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * include/semaphore.h, sched/sem_holders.c, and lib/semaphore/sem_init.c:
+ Fix some strange (and probably wrong) list handling when
+ CONFIG_PRIORITY_INHERITANCE and CONFIG_SEM_PREALLOCHOLDERS are defined.
+ This list handling was probably causing errors reported by Mike Smith