mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] x86: Merge atomic headers
@ 2010-01-07 16:53 Brian Gerst
  2010-01-07 16:53 ` [PATCH 1/3] x86: Split atomic64_t functions into seperate headers Brian Gerst
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Brian Gerst @ 2010-01-07 16:53 UTC (permalink / raw)
  To: hpa; +Cc: x86, linux-kernel

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(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-01-07 22:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-07 16:53 [PATCH 0/3] x86: Merge atomic headers Brian Gerst
2010-01-07 16:53 ` [PATCH 1/3] x86: Split atomic64_t functions into seperate headers Brian Gerst
2010-01-07 22:45   ` [tip:x86/asm] " tip-bot for Brian Gerst
2010-01-07 16:53 ` [PATCH 2/3] x86: Sync atomic_xx.h Brian Gerst
2010-01-07 22:45   ` [tip:x86/asm] x86: Sync asm/atomic_32.h and asm/atomic_64.h tip-bot for Brian Gerst
2010-01-07 16:53 ` [PATCH 3/3] x86: Merge atomic.h Brian Gerst
2010-01-07 22:46   ` [tip:x86/asm] x86: Merge asm/atomic_{32,64}.h tip-bot for Brian Gerst

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome