forked from Imagelibrary/rtems
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:
@@ -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>
|
2010-07-29 Bharath Suri <bharath.s.jois@gmail.com>
|
||||||
|
|
||||||
PR 1621/testing
|
PR 1621/testing
|
||||||
|
|||||||
@@ -228,7 +228,7 @@ uninitialized =
|
|||||||
(sizeof _Configuration_MP_table) +
|
(sizeof _Configuration_MP_table) +
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*context.h*/ (sizeof _Context_Switch_necessary) +
|
/*context.h*/ (sizeof _Thread_Dispatch_necessary) +
|
||||||
|
|
||||||
/*copyrt.h*/ 0 +
|
/*copyrt.h*/ 0 +
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user