sparc64: Use pause instruction when available.
authorDavid S. Miller <davem@davemloft.net>
Sun, 28 Oct 2012 06:00:41 +0000 (23:00 -0700)
committerDavid 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