commit | f3d46f9d3194e0329216002a8724d4c0957abc79 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon May 17 14:33:53 2010 +1000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon May 17 07:57:27 2010 -0700 |
tree | 6d9413e4a448d7b8d342c40297c4fbe0b9c4c2f0 | |
parent | e40152ee1e1c7a63f4777791863215e3faa37a86 [diff] |
atomic_t: Cast to volatile when accessing atomic variables In preparation for removing volatile from the atomic_t definition, this patch adds a volatile cast to all the atomic read functions. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>