summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_hwlat.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2021-08-10 11:01:42 +0200
committerThomas Gleixner <tglx@linutronix.de>2021-08-10 11:01:42 +0200
commit4b41ea606e535d47636ac4f5283834e9f6c5fa53 (patch)
tree3aca6a13a01782c5ee2de1bb1c9b14d93e95433a /kernel/trace/trace_hwlat.c
parentgenirq: Improve "hwirq" output in /proc and /sys/ (diff)
parentx86/msi: Force affinity setup before startup (diff)
downloadlinux-4b41ea606e535d47636ac4f5283834e9f6c5fa53.tar.xz
linux-4b41ea606e535d47636ac4f5283834e9f6c5fa53.zip
Merge branch 'irq/urgent' into irq/core
to pick up fixes on which further changes depend on.
Diffstat (limited to 'kernel/trace/trace_hwlat.c')
-rw-r--r--kernel/trace/trace_hwlat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_hwlat.c b/kernel/trace/trace_hwlat.c
index a6c0cdaf4b87..14f46aae1981 100644
--- a/kernel/trace/trace_hwlat.c
+++ b/kernel/trace/trace_hwlat.c
@@ -327,7 +327,7 @@ static void move_to_next_cpu(void)
get_online_cpus();
cpumask_and(current_mask, cpu_online_mask, tr->tracing_cpumask);
- next_cpu = cpumask_next(smp_processor_id(), current_mask);
+ next_cpu = cpumask_next(raw_smp_processor_id(), current_mask);
put_online_cpus();
if (next_cpu >= nr_cpu_ids)