PR 1938/cpukit
	* score/include/rtems/score/thread.h: Removed obsolete suspend_count
	field from Thread_Control.
This commit is contained in:
Sebastian Huber
2011-10-17 15:54:41 +00:00
parent f25425b106
commit d63f1c9243
2 changed files with 6 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
2011-10-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1938/cpukit
* score/include/rtems/score/thread.h: Removed obsolete suspend_count
field from Thread_Control.
2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-file-system.c (rtems_rfs_fs_open):
@@ -390,8 +390,6 @@ struct Thread_Control_struct {
Chain_Control lock_mutex;
#endif
/*================= end of common block =================*/
/** This field is the number of nested suspend calls. */
uint32_t suspend_count;
#if defined(RTEMS_MULTIPROCESSING)
/** This field is true if the thread is offered globally */
bool is_global;