[SPARC64]: Non-atomic bitops do not need volatile operations
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2005 02:35:28 +0000 (19:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2005 02:35:28 +0000 (19:35 -0700)
commit6593eaed814d50214d6056c683d52ac63153730e
treeb5e803f1217dd26484a15816e84402d8d3ce8a84
parent4b502421aac89c8d4e61ecc89a70065a33305a0b
[SPARC64]: Non-atomic bitops do not need volatile operations

Noticed this while comparing sparc64's bitops.h to ppc64's.
We can cast the volatile memory argument to be non-volatile.

While we're here, __inline__ --> inline.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc64/bitops.h