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

Commit 38a67b94 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: GICv3: remove isb() from IAR read function"

parents f7ca871e 055fa12c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -123,7 +123,6 @@ static u64 __maybe_unused gic_read_iar(void)

	asm volatile("mrs_s %0, " __stringify(ICC_IAR1_EL1) : "=r" (irqstat));
	/* As per the architecture specification */
	isb();
	mb();
	return irqstat;
}