diff options
Diffstat (limited to 'kernel/trace/trace_hw_branches.c')
| -rw-r--r-- | kernel/trace/trace_hw_branches.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/trace/trace_hw_branches.c b/kernel/trace/trace_hw_branches.c index b6a3e20a49a9..649df22d435f 100644 --- a/kernel/trace/trace_hw_branches.c +++ b/kernel/trace/trace_hw_branches.c | |||
| @@ -46,7 +46,7 @@ static void bts_trace_start(struct trace_array *tr) | |||
| 46 | 46 | ||
| 47 | tracing_reset_online_cpus(tr); | 47 | tracing_reset_online_cpus(tr); |
| 48 | 48 | ||
| 49 | for_each_cpu_mask(cpu, cpu_possible_map) | 49 | for_each_cpu(cpu, cpu_possible_mask) |
| 50 | smp_call_function_single(cpu, bts_trace_start_cpu, NULL, 1); | 50 | smp_call_function_single(cpu, bts_trace_start_cpu, NULL, 1); |
| 51 | } | 51 | } |
| 52 | 52 | ||
| @@ -62,7 +62,7 @@ static void bts_trace_stop(struct trace_array *tr) | |||
| 62 | { | 62 | { |
| 63 | int cpu; | 63 | int cpu; |
| 64 | 64 | ||
| 65 | for_each_cpu_mask(cpu, cpu_possible_map) | 65 | for_each_cpu(cpu, cpu_possible_mask) |
| 66 | smp_call_function_single(cpu, bts_trace_stop_cpu, NULL, 1); | 66 | smp_call_function_single(cpu, bts_trace_stop_cpu, NULL, 1); |
| 67 | } | 67 | } |
| 68 | 68 | ||
| @@ -172,7 +172,7 @@ static void trace_bts_prepare(struct trace_iterator *iter) | |||
| 172 | { | 172 | { |
| 173 | int cpu; | 173 | int cpu; |
| 174 | 174 | ||
| 175 | for_each_cpu_mask(cpu, cpu_possible_map) | 175 | for_each_cpu(cpu, cpu_possible_mask) |
| 176 | smp_call_function_single(cpu, trace_bts_cpu, iter->tr, 1); | 176 | smp_call_function_single(cpu, trace_bts_cpu, iter->tr, 1); |
| 177 | } | 177 | } |
| 178 | 178 | ||
