[PATCH 0/3] s390/arm/arm64: include: asm: atomic.h: use 'unsignedint' and 'atomic_t' instead of 'unsigned long' for atomic_*_mask()

From: Chen Gang
Date: Wed Oct 09 2013 - 22:31:22 EST


For atomic_*_mask(), the 'atomic_t' is 32-bit, so for the 'mask', also
need mach it.


Patch 1/3: s390: include: asm: atomic.h: use 'unsigned int' instead of
'unsigned long' for atomic_*_mask().

Patch 2/3: arm: include: asm: atomic.h: use 'unsigned int' and 'atomic'
instead of 'unsigned long' for atomic_clear_mask().

Patch 3/3: arm64: include: asm: atomic.h: use 'unsigned int' and
'atomic_t' instead of 'unsigned long' for atomic_clear_mask().


Signed-off-by: Chen Gang <gang.chen@xxxxxxxxxxx>
---
arch/arm/include/asm/atomic.h | 13 +++++++------
arch/arm64/include/asm/atomic.h | 13 +++++++------
arch/s390/include/asm/atomic.h | 4 ++--
3 files changed, 16 insertions(+), 14 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/