From dc5c9b3ae22bc039f889e3f3765c9ba080a6b3af Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 May 2012 01:03:19 +0000 Subject: Add task switching instrumentation for missing case. Contributed by Petri Tanskanen. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4734 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index f3bed6a84..131133217 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -2758,3 +2758,5 @@ are multiple queued touchscreen events for the same window and (2) the result of the first input was to switch windows, then the autoraise implementation will cause the window to revert to the previous window. Not good behavior. + * sched/sched_mergepending.c: Add task switching instrumentation. There is a case + here where instrumentation was missing. Contributed by Petri Tanskanen. -- cgit v1.2.3