summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/manager.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2012-05-29 10:11:21 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-05-30 09:07:57 +0200
commitbf3db85311292eeacc9a9a8f38a0a4065a43a2fc (patch)
tree3061cba9ea7ba20905ebb202a81c6da76debfe6d /drivers/pnp/manager.c
parent6b894a409e8c0fcbd0ea30f5b013e33b9c4b28a1 (diff)
downloadtalos-op-linux-bf3db85311292eeacc9a9a8f38a0a4065a43a2fc.tar.gz
talos-op-linux-bf3db85311292eeacc9a9a8f38a0a4065a43a2fc.zip
s390/cmpxchg: fix 1 and 2 byte memory accesses
When accessing a 1 or 2 byte memory operand we cannot use the passed address since the compare and swap instruction only works for 4 byte aligned memory operands. Hence we calculate an aligned address so that compare and swap works correctly. However we don't pass the calculated address to the inline assembly. This results in incorrect memory accesses and in a specification exception if used on non 4 byte aligned memory operands. Since this didn't happen until now, there don't seem to be too many users of cmpxchg on unaligned addresses. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/pnp/manager.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud