forked from Imagelibrary/rtems
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:
@@ -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,
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user