summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-gic-v3.c
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2023-10-02 18:45:30 +0200
committerCatalin Marinas <catalin.marinas@arm.com>2023-10-06 13:35:01 +0200
commitef31b8ce313eaf891bf705d5db754e549351816f (patch)
tree2a44f7526e770b9741f889a286de2a3c5ac8e597 /drivers/irqchip/irq-gic-v3.c
parentarm64: smp: avoid NMI IPIs with broken MediaTek FW (diff)
downloadlinux-ef31b8ce313eaf891bf705d5db754e549351816f.tar.xz
linux-ef31b8ce313eaf891bf705d5db754e549351816f.zip
arm64: smp: Don't directly call arch_smp_send_reschedule() for wakeup
In commit 2b2d0a7a96ab ("arm64: smp: Remove dedicated wakeup IPI") we started using a scheduler IPI to avoid a dedicated reschedule. When we did this, we used arch_smp_send_reschedule() directly rather than calling smp_send_reschedule(). The only difference is that calling arch_smp_send_reschedule() directly avoids tracing. Presumably we _don't_ want to avoid tracing here, so switch to smp_send_reschedule(). Fixes: 2b2d0a7a96ab ("arm64: smp: Remove dedicated wakeup IPI") Signed-off-by: Douglas Anderson <dianders@chromium.org> Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'drivers/irqchip/irq-gic-v3.c')
0 files changed, 0 insertions, 0 deletions