summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 11:35:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 11:35:36 +0000
commit517655cde4ac91e32055db467c500d8f840ec7d3 (patch)
treee2d1cb24b98383fa5be55e02e2bd1d782d5e4368 /cpukit/score/include/rtems/score/thread.h
parent2009-11-08 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-517655cde4ac91e32055db467c500d8f840ec7d3.tar.bz2
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/thread.h: Revert accidentally committed change. It is possible that _Thread_Dispatch_disable_level can be an 8-bit variable but this impacts assembly and must be carefully considered.
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index d84310a9d2..ed5b475cd1 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -460,17 +460,13 @@ SCORE_EXTERN Context_Control _Thread_BSP_context;
* counter which is used to prevent context switches at inopportune
* moments.
*/
-#if defined(__AVR__)
-SCORE_EXTERN volatile uint8_t _Thread_Dispatch_disable_level;
-#else
SCORE_EXTERN volatile uint32_t _Thread_Dispatch_disable_level;
-#endif
/**
* If this is non-zero, then the post-task switch extension
* is run regardless of the state of the per thread flag.
*/
-SCORE_EXTERN bool _Thread_Do_post_task_switch_extension;
+SCORE_EXTERN uint32_t _Thread_Do_post_task_switch_extension;
/**
* The following holds how many user extensions are in the system. This