From: Joern Engel Date: Tue, 16 Sep 2014 20:23:11 +0000 (-0400) Subject: target: remove some smp_mb__after_atomic()s X-Git-Tag: fixes-against-v3.18-rc2~19^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ed7e62289dc6d388996d7c8f89c2e7e95b9657;p=pandora-kernel.git target: remove some smp_mb__after_atomic()s atomic_inc_return() already does an implicit memory barrier and the second case was moved from an atomic to a plain flag operation. If a barrier were needed in the second case, it would have to be smp_mb(), not a variant optimized away for x86 and other architectures. Signed-off-by: Joern Engel Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed