aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/backoff.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-10-27[SPARC64]: Fix BACKOFF_SPIN on non-SMP.David S. Miller1-1/+3
It can't be just empty, it has to at least branch back to 'label'. Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-17[SPARC64]: Implement atomic backoff.David S. Miller1-0/+28
When the cpu count is high and contention hits an atomic object, the processors can synchronize such that some cpus continually get knocked out and cannot complete the atomic update. So implement an exponential backoff when SMP. Signed-off-by: David S. Miller <davem@davemloft.net>