diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2010-05-21 12:05:13 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-06-09 09:12:36 (GMT) |
commit | 1996bda2a42480c275656233e631ee0966574be4 (patch) | |
tree | c4c61b6bde252d3d6f1dc0b62d48cf3a3e486ec1 /arch/m32r/include/asm/local64.h | |
parent | d57e34fdd60be7ffd0b1d86bfa1a553df86b7172 (diff) | |
download | linux-fsl-qoriq-1996bda2a42480c275656233e631ee0966574be4.tar.xz |
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>
Diffstat (limited to 'arch/m32r/include/asm/local64.h')
-rw-r--r-- | arch/m32r/include/asm/local64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/include/asm/local64.h b/arch/m32r/include/asm/local64.h new file mode 100644 index 0000000..36c93b5 --- /dev/null +++ b/arch/m32r/include/asm/local64.h @@ -0,0 +1 @@ +#include <asm-generic/local64.h> |