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: NPeter 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: NIngo Molnar <mingo@elte.hu>
Showing
arch/alpha/include/asm/local64.h
0 → 100644
arch/arm/include/asm/local64.h
0 → 100644
arch/avr32/include/asm/local64.h
0 → 100644
arch/cris/include/asm/local64.h
0 → 100644
arch/frv/include/asm/local64.h
0 → 100644
arch/frv/kernel/local64.h
0 → 100644
arch/h8300/include/asm/local64.h
0 → 100644
arch/ia64/include/asm/local64.h
0 → 100644
arch/m32r/include/asm/local64.h
0 → 100644
arch/m68k/include/asm/local64.h
0 → 100644
arch/mips/include/asm/local64.h
0 → 100644
arch/parisc/include/asm/local64.h
0 → 100644
arch/s390/include/asm/local64.h
0 → 100644
arch/score/include/asm/local64.h
0 → 100644
arch/sh/include/asm/local64.h
0 → 100644
arch/sparc/include/asm/local64.h
0 → 100644
arch/x86/include/asm/local64.h
0 → 100644
arch/xtensa/include/asm/local64.h
0 → 100644
include/asm-generic/local64.h
0 → 100644
想要评论请 注册 或 登录