commit | 4cfea5a7dfcc2766251e50ca30271a782d5004ad | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Mar 19 01:04:48 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 19 01:04:48 2008 -0700 |
tree | f5df867200211659f09a496c39b83ead231c0c81 | |
parent | f0e98c387e61de00646be31fab4c2fa0224e1efb [diff] |
[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: David S. Miller <davem@davemloft.net>