aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/rt_domain.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/rt_domain.c')
-rw-r--r--litmus/rt_domain.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/litmus/rt_domain.c b/litmus/rt_domain.c
index b70c94695a58..687dc129bc2a 100644
--- a/litmus/rt_domain.c
+++ b/litmus/rt_domain.c
@@ -22,8 +22,10 @@
22#include <litmus/event_group.h> 22#include <litmus/event_group.h>
23#endif 23#endif
24 24
25#define TRACE(fmt, args...) STRACE(fmt, ## args)
26
25/* Uncomment when debugging timer races... */ 27/* Uncomment when debugging timer races... */
26#if 1 28#if 0
27#define VTRACE_TASK TRACE_TASK 29#define VTRACE_TASK TRACE_TASK
28#define VTRACE TRACE 30#define VTRACE TRACE
29#else 31#else