[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)
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>

No differences found