From: David S. Miller Date: Mon, 25 Jul 2005 02:35:28 +0000 (-0700) Subject: [SPARC64]: Non-atomic bitops do not need volatile operations X-Git-Tag: v2.6.13-rc4~77^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6593eaed814d50214d6056c683d52ac63153730e;p=pandora-kernel.git [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 --- Reading git-diff-tree failed