Peter Zijlstra 1996bda2a4 arch: Implement local64_t
On 64bit, local_t is of size long, and thus we make local64_t an alias.
On 32bit, we fall back to atomic64_t. (architecture can provide optimized
32-bit version)

(This new facility is to be used by perf events optimizations.)

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: linux-arch@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2010-06-09 11:12:36 +02:00
..
2010-02-09 11:13:56 +01:00
2010-05-17 21:15:40 +02:00
2010-06-09 11:12:36 +02:00
2008-07-20 17:24:38 -07:00
2010-05-26 19:51:06 +02:00
2005-04-16 15:20:36 -07:00
2009-03-26 21:15:26 +01:00