From 86d51bc31fabd3782a99375b6848c5c667e72605 Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Wed, 11 Sep 2013 14:28:47 +0200 Subject: [PATCH] s390/atomic: implement atomic_sub_return() with atomic_add_return() Get rid of the own atomic_sub_return() implementation. Otherwise we can't make use of the interlocked-access facility 1 instructions for atomic_sub_return(), since there is no "load and subtract" instruction available. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-format-patch failed