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:
270c10e
)
sparc64: Use pause instruction when available.
author
David S. Miller
<davem@davemloft.net>
Sun, 28 Oct 2012 06:00:41 +0000
(23:00 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 28 Oct 2012 06:00:41 +0000
(23:00 -0700)
In atomic backoff and cpu_relax(), use the pause instruction
found on SPARC-T4 and later.
It makes the cpu strand unselectable for the given number of
cycles, unless an intervening disrupting trap occurs.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found