Re: [PATCH] drivers/perf: Replace spin_lock_irqsave to spin_lock

2021-02-12 Thread Will Deacon
On Tue, 9 Feb 2021 17:42:22 +0800, Qi Liu wrote: > There is no need to do spin_lock_irqsave in context of hard IRQ, so > replace them with spin_lock. Applied to will (for-next/perf), thanks! [1/1] drivers/perf: Replace spin_lock_irqsave to spin_lock https://git.kernel.org/will/c/8ee37e0f97e

[PATCH] drivers/perf: Replace spin_lock_irqsave to spin_lock

2021-02-09 Thread Qi Liu
There is no need to do spin_lock_irqsave in context of hard IRQ, so replace them with spin_lock. Signed-off-by: Qi Liu --- drivers/perf/arm-cci.c | 5 ++--- drivers/perf/xgene_pmu.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/perf/arm-cci.c b/drivers/perf/