summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-30 18:52:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-30 18:52:30 +0000
commit48170821f08172ca689c978c9dbbf71406f2356b (patch)
tree2a27e0702d0087f5327bd9c4a8748dbaff8d1302 /testsuites/sptests
parent2010-07-30 Gedare Bloom <giddyup44@yahoo.com> (diff)
downloadrtems-48170821f08172ca689c978c9dbbf71406f2356b.tar.bz2
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.
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 +