From f62c4673b6caa198235423602d9063b3e9a92ab9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 3 Nov 2009 04:29:40 +0000 Subject: =?UTF-8?q?2009-01-03=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * support/include/tmacros.h: Include rtems/score/thread.h. Remove _Thread_Dispatch_disable_level. --- testsuites/support/include/tmacros.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'testsuites/support/include/tmacros.h') diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h index de7a2145aa..203e9e9982 100644 --- a/testsuites/support/include/tmacros.h +++ b/testsuites/support/include/tmacros.h @@ -25,6 +25,7 @@ #include #include #include +#include /* _Thread_Dispatch_disable_level */ #ifdef __cplusplus extern "C" { @@ -41,12 +42,6 @@ extern "C" { #include -/* - * 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. -- cgit v1.2.3