diff options
Diffstat (limited to 'litmus/sched_mc.c')
| -rw-r--r-- | litmus/sched_mc.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/litmus/sched_mc.c b/litmus/sched_mc.c index 98abb4638eb8..04fbe0974805 100644 --- a/litmus/sched_mc.c +++ b/litmus/sched_mc.c | |||
| @@ -1216,7 +1216,13 @@ static int __init init_mc(void) | |||
| 1216 | struct ce_dom_data *ce_data; | 1216 | struct ce_dom_data *ce_data; |
| 1217 | 1217 | ||
| 1218 | #if CONFIG_FTRACE_CPU != NO_CPU | 1218 | #if CONFIG_FTRACE_CPU != NO_CPU |
| 1219 | cpumask_xor(&rt_mask, cpu_online_mask, cpumask_of(CONFIG_FTRACE_CPU)); | 1219 | cpumask_andnot(&rt_mask, cpu_online_mask, cpumask_of(CONFIG_FTRACE_CPU)); |
| 1220 | TRACE("%d %d %d\n", cpumask_bits(&rt_mask), | ||
| 1221 | cpumask_bits(cpu_online_mask), | ||
| 1222 | cpumask_bits(cpumask_of(CONFIG_FTRACE_CPU))); | ||
| 1223 | for_each_rt_cpu(cpu) { | ||
| 1224 | TRACE("Cpu: %d\n", cpu); | ||
| 1225 | } | ||
| 1220 | #endif | 1226 | #endif |
| 1221 | 1227 | ||
| 1222 | for_each_online_cpu(cpu) { | 1228 | for_each_online_cpu(cpu) { |
