Skip to content
Commit 72b7fb5f authored by Chen Gang's avatar Chen Gang Committed by Martin Schwidefsky
Browse files

s390/atomic: use 'unsigned int' instead of 'unsigned long' for atomic_*_mask()



The type of 'v->counter' is always 'int', and related inline assembly
code also process 'int', so use 'unsigned int' instead of 'unsigned
long' for the 'mask'.

Signed-off-by: default avatarChen Gang <gang.chen@asianux.com>
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent eb0bf929
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment