From: Heiko Carstens Date: Mon, 14 May 2012 10:58:26 +0000 (+0200) Subject: s390/claw: remove "eieio" calls X-Git-Tag: v3.5-rc1~189^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521674e4ffad2b2fc8c56cd79e4b2c07c074e9cb;p=pandora-kernel.git 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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed