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:
0bce04b
)
sparc: Support atomic64_dec_if_positive properly.
author
David S. Miller
<davem@davemloft.net>
Sat, 10 Nov 2012 03:37:59 +0000
(19:37 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 10 Nov 2012 03:37:59 +0000
(19:37 -0800)
Sparc32 already supported it, as a consequence of using the
generic atomic64 implementation. And the sparc64 implementation
is rather trivial.
This allows us to set ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE for all
of sparc, and avoid the annoying warning from lib/atomic64_test.c
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found