Skip to content
Commit f9e9dcb3 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

x86[-64]:Remove 'volatile' from atomic_t



Any code that relies on the volatile would be a bug waiting to happen
anyway.

Don't encourage people to think that putting 'volatile' on data
structures somehow fixes problems.  We should always use proper locking
(and other serialization) techniques.

Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 16afea02
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment