From 48170821f08172ca689c978c9dbbf71406f2356b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 30 Jul 2010 18:52:30 +0000 Subject: 2010-07-30 Gedare Bloom PR 1599/cpukit * spsize/size.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent. --- testsuites/sptests/ChangeLog | 6 ++++++ testsuites/sptests/spsize/size.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'testsuites/sptests') diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index a75ae3e170..c438d6f470 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,3 +1,9 @@ +2010-07-30 Gedare Bloom + + PR 1599/cpukit + * spsize/size.c: Rename _Context_Switch_necessary to + _Thread_Dispatch_necessary to more properly reflect the intent. + 2010-07-29 Bharath Suri PR 1621/testing diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c index 264f4cbe6f..4f17777df1 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -228,7 +228,7 @@ uninitialized = (sizeof _Configuration_MP_table) + #endif -/*context.h*/ (sizeof _Context_Switch_necessary) + +/*context.h*/ (sizeof _Thread_Dispatch_necessary) + /*copyrt.h*/ 0 + -- cgit v1.2.3