git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0e98c3
)
[SPARC64]: Fix atomic backoff limit.
author
David S. Miller
<davem@davemloft.net>
Wed, 19 Mar 2008 08:04:48 +0000
(
01:04
-0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 19 Mar 2008 08:04:48 +0000
(
01:04
-0700)
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>
No differences found