Skip to content
Commit 4cfea5a7 authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Fix atomic backoff limit.



4096 will not fit into the immediate field of a compare instruction,
in fact it will end up being -4096 causing the check to fail every
time and thus disabling backoff.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f0e98c38
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