aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/rt_domain.c
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-10-06 23:20:19 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-10-06 23:20:19 -0400
commitb7d3fdb9450b667a57a34d67764a2523af921e40 (patch)
tree8046056a885d716b8d84f83b695e7e61c76016db /litmus/rt_domain.c
parent69f6492720dfbd25dd79534d2dcd2c41ffeb4496 (diff)
Integrated group locking with mixed-criticality.
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