commit | 72b7fb5fda25e1213cb9f63bf712161c66877552 | [log] [tgz] |
---|---|---|
author | Chen Gang <gang.chen@asianux.com> | Thu Oct 10 10:31:22 2013 +0800 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Oct 24 17:17:02 2013 +0200 |
tree | d34c18c390a74bf1ba7f933a6ca7487574b892f6 | |
parent | eb0bf929d5228ca0eb2758585f2e4e25aa20427e [diff] |
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: Chen Gang <gang.chen@asianux.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>