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.
This commit is contained in:
Joel Sherrill
2010-07-30 18:52:30 +00:00
parent 2f49bcfb01
commit 48170821f0
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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 +