]> git.proxmox.com Git - qemu.git/commit
bitops: drop volatile qualifier
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 8 Jul 2012 19:03:33 +0000 (19:03 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 4 Aug 2012 15:51:23 +0000 (15:51 +0000)
commit17a4ed8a5ebbbe8c3e7ea61b523571ddd20fa911
tree4c5cef6eb0ac2a61e038e04430c85343ff1a28bb
parent9b4c0b56b5f0b341ffa41238e3d2e96ec3b031d9
bitops: drop volatile qualifier

Qualifier 'volatile' is not useful for applications, it's too strict
for single threaded code but does not give the real atomicity guarantees
needed for multithreaded code.

Drop them and now useless casts.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
bitops.h