x86: Split atomic64_t functions into seperate headers
authorBrian Gerst <brgerst@gmail.com>
Thu, 7 Jan 2010 16:53:33 +0000 (11:53 -0500)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 7 Jan 2010 19:47:31 +0000 (11:47 -0800)
commit1a3b1d89eded68d64e5ea409ad37827310059441
tree25872d1d0ccce7fa7cc534fdd65d91e35b147f42
parent7269e8812a59f74fb1ce134465d0bcf5683b93a1
x86: Split atomic64_t functions into seperate headers

Split atomic64_t functions out into separate headers, since they will
not be practical to merge between 32 and 64 bits.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
LKML-Reference: <1262883215-4034-2-git-send-email-brgerst@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/atomic64_32.h [new file with mode: 0644]
arch/x86/include/asm/atomic64_64.h [new file with mode: 0644]
arch/x86/include/asm/atomic_32.h
arch/x86/include/asm/atomic_64.h
This page took 0.028617 seconds and 5 git commands to generate.