sparc32: Kill btfixup for xchg()'s 'swap' instruction.
authorDavid S. Miller <davem@davemloft.net>
Sun, 13 May 2012 20:07:16 +0000 (13:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 13 May 2012 20:07:16 +0000 (13:07 -0700)
We always have this instruction available, so no need to use
btfixup for it any more.

This also eradicates the whole of atomic_32.S and thus the
__atomic_begin and __atomic_end symbols completely.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found