commit | 915ec1e216a5b009ba621b1c5b5be49c85685e53 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Jan 12 00:52:18 2009 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri Jan 30 21:32:57 2009 +0000 |
tree | c56f83b68c763d0844dd85758a2553f41c5cb96c | |
parent | c7c1e3846bac1e4b8a8941f6a194812e28b0a519 [diff] |
MIPS: atomic_*(): Change type of intermediate variables. This shaves of 1912 bytes of an IP27 defconfig kernel and avoids unexpected overflow behaviour in atomic_sub_if_positive. Apply the same changes to the atomic64_* functions for consistency. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>