commit | 521674e4ffad2b2fc8c56cd79e4b2c07c074e9cb | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Mon May 14 12:58:26 2012 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed May 16 14:42:45 2012 +0200 |
tree | 0385d6100ec0e7ee4e672c3963e2163f0588c6c0 | |
parent | 0cd2f6201c536665d8220672dfcaf7be9da348a1 [diff] |
s390/claw: remove "eieio" calls If the code really depends on ordering it's already racy. The additional memory barriers (eieio) don't help with that. If the code is not racy the memory barriers also aren't needed. In any case, just remove them. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>