From 83c381b4a9d784f03bb27e3db6a57f7b0b459a91 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 1 Sep 2014 16:53:21 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index b15be9be5b..c0d4ccc0ec 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8359,3 +8359,8 @@ was started. Now, there is only one way, way (1). Way (2) might be slightly more compact, but this is not worth carry the complexity of two different ways of doing the same thing (2014-9-1). + * sched/init/os_start.c: Fix error in initialize of IDLE TCB due to last + change. The argument list is no long in the TCB, but in the stack. + But not for the IDLE task. It needs its own mini-argv[] list so that + it looks more like other threads (2014-9-1). +