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:
6ec2747
)
sparc64: Make lock backoff really a NOP on UP builds.
author
David S. Miller
<davem@davemloft.net>
Thu, 19 Aug 2010 05:53:26 +0000
(22:53 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 19 Aug 2010 05:53:26 +0000
(22:53 -0700)
As noticed by Mikulas Patocka, the backoff macros don't
completely nop out for UP builds, we still get a
branch always and a delay slot nop.
Fix this by making the branch to the backoff spin loop
selective, then we can nop out the spin loop completely.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found