[PATCH 0/3] x86: Merge atomic headers

From: Brian Gerst
Date: Thu Jan 07 2010 - 11:53:52 EST


This patchset merges the implementations of the atomic_t functions which
are common between 32-bit and 64-bit mode. It splits out the atomic64_t
functions into new headers since those are still different.

[PATCH 1/3] x86: Split atomic64_t functions into seperate headers
[PATCH 2/3] x86: Sync atomic_xx.h
[PATCH 3/3] x86: Merge atomic.h

arch/x86/include/asm/atomic.h | 299 ++++++++++++++++++++++-
arch/x86/include/asm/atomic64_32.h | 160 ++++++++++++
arch/x86/include/asm/atomic64_64.h | 224 +++++++++++++++++
arch/x86/include/asm/atomic_32.h | 415 ------------------------------
arch/x86/include/asm/atomic_64.h | 485 ------------------------------------
5 files changed, 681 insertions(+), 902 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/