Skip to content
Commit afa31d8e authored by Will Deacon's avatar Will Deacon Committed by Russell King
Browse files

ARM: 7811/1: locks: use early clobber in arch_spin_trylock



The res variable is written before we've finished with the input
operands (namely the lock address), so ensure that we mark it as `early
clobber' to avoid unintended register sharing.

Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent e35ac62d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment