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

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

Merge "arm64: spinlock: Drop the prfm from arch_spin_trylock"

parents 5143c7f9 75cde076
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@ static inline int arch_spin_trylock(arch_spinlock_t *lock)
	arch_spinlock_t lockval;

	asm volatile(
"	prfm	pstl1strm, %2\n"
"1:	ldaxr	%w0, %2\n"
"	eor	%w1, %w0, %w0, ror #16\n"
"	cbnz	%w1, 2f\n"