From 018badad37fb444f4ed0373a1d68136aed608d2a Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 11 Jul 2012 02:43:12 +0000 Subject: Correct an error in named application priority when SCHED_RR is enabled git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4928 42af7a65-404d-4744-a932-0658087f49c3 --- apps/ChangeLog.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 6aa705545..f2578c473 100755 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -242,3 +242,9 @@ * apps/nshlib/nsh_fscmds.c: Add the 'mv' command 6.20 2012-xx-xx Gregory Nutt + + * namedapp/exec_namedapp.c - Correct an error when round robin scheduling + is enabled. The priority of the new, named application was erroneously + being set to the priority of the parent thread; losing its configured + priority. Reported by Mike Smith. + -- cgit v1.2.3