MIPS: atomic_*(): Change type of intermediate variables.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 12 Jan 2009 00:52:18 +0000 (00:52 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 30 Jan 2009 21:32:57 +0000 (21:32 +0000)
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>

No differences found