2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>

* support/include/tmacros.h: Include rtems/score/thread.h.
	Remove _Thread_Dispatch_disable_level.
This commit is contained in:
Ralf Corsepius
2009-11-03 04:29:40 +00:00
parent 887796ba47
commit f62c4673b6
2 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2009-01-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Include rtems/score/thread.h.
Remove _Thread_Dispatch_disable_level.
2009-01-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,

View File

@@ -25,6 +25,7 @@
#include <string.h>
#include <assert.h>
#include <rtems/error.h>
#include <rtems/score/thread.h> /* _Thread_Dispatch_disable_level */
#ifdef __cplusplus
extern "C" {
@@ -41,12 +42,6 @@ extern "C" {
#include <buffer_test_io.h>
/*
* HACK: Blatant visibility violation
* Should include a public header instead
*/
extern volatile uint32_t _Thread_Dispatch_disable_level;
/*
* Check that that the dispatch disable level is proper for the
* mode/state of the test. Normally it should be 0 when in task space.