Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7769b427 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: kernel: smp: Clear Pending IPI flag after handling"

parents 5f3b60b5 0a061eca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -673,6 +673,8 @@ void handle_IPI(int ipinr, struct pt_regs *regs)

	if ((unsigned)ipinr < NR_IPI)
		trace_ipi_exit_rcuidle(ipi_types[ipinr]);

	per_cpu(pending_ipi, cpu) = false;
	set_irq_regs(old_regs);
}