aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/sched_mc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/sched_mc.h')
-rw-r--r--include/litmus/sched_mc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/sched_mc.h b/include/litmus/sched_mc.h
index 7088c0766db..431e2c1fc2f 100644
--- a/include/litmus/sched_mc.h
+++ b/include/litmus/sched_mc.h
@@ -43,7 +43,7 @@ struct mc_data {
43 sched_trace_log_message("%d P%d [%s@%s:%d]: " fmt, \ 43 sched_trace_log_message("%d P%d [%s@%s:%d]: " fmt, \
44 TRACE_ARGS, ## args) 44 TRACE_ARGS, ## args)
45#define TRACE_MC_TASK(t, fmt, args...) \ 45#define TRACE_MC_TASK(t, fmt, args...) \
46 STRACE(TS " " fmt "\n", TA(t), ##args) 46 STRACE(TS " " fmt, TA(t), ##args)
47 47
48/* 48/*
49 * The MC-CE scheduler uses this as domain data. 49 * The MC-CE scheduler uses this as domain data.