Andrew Morton 2cf8d82d63 [PATCH] make local_t signed
local_t's were defined to be unsigned.  This increases confusion because
atomic_t's are signed.  The patch goes through and changes all implementations
to use signed longs throughout.

Also, x86-64 was using 32-bit quantities for the value passed into local_add()
and local_sub().  Fixed.

All (actually, both) existing users have been audited.

(Also s/__inline__/inline/ in x86_64/local.h)

Cc: Andi Kleen <ak@muc.de>
Cc: Benjamin LaHaise <bcrl@kvack.org>
Cc: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-31 12:18:55 -08:00
..
2006-03-23 07:38:04 -08:00
2006-03-23 07:38:04 -08:00
2006-03-26 08:57:04 -08:00
2006-03-31 12:18:55 -08:00
2006-03-23 07:38:04 -08:00
2006-03-23 07:38:04 -08:00
2006-03-23 07:38:04 -08:00
2006-03-27 08:44:48 -08:00
2006-03-26 08:57:00 -08:00
2006-03-31 12:18:54 -08:00