summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/ChangeLog6
-rw-r--r--testsuites/sptests/spsize/size.c2
2 files changed, 7 insertions, 1 deletions
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 <giddyup44@yahoo.com>
+
+ 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 <bharath.s.jois@gmail.com>
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 +