summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2016-03-02 09:14:08 (GMT)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2016-03-02 12:44:30 (GMT)
commitf369b98ee30df4b4eaf57e2aab081529c2fad6d9 (patch)
tree5ef34e4537b4f53fba1305b43735b4857949b862 /net
parentb1685ab9bd3ae14830acac8ffdc7aafc0fb416e3 (diff)
downloadlinux-f369b98ee30df4b4eaf57e2aab081529c2fad6d9.tar.xz
s390/percpu: remove this_cpu_cmpxchg_double_4
git commit 26f15caaf993 ("s390/cmpxchg: simplify cmpxchg_double") removed support for cmpxchg_double for two consecutive four byte values, for which it would generate a cds instruction. However I forgot to remove the corresponding define in our percpu header file, which means that this_cpu_cmpxchg_double would now incorrectly generate a cdsg instruction if being used on a double four byte location. Therefore remove the percpu define as well. There is currently no user and therefore no bug fixed with this. Obviously any such user could and should simply use cmpxchg. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions