From: Brian Gerst <brgerst@gmail.com>
To: hpa@zytor.com
Cc: x86@kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] x86: Merge atomic headers
Date: Thu, 7 Jan 2010 11:53:32 -0500 [thread overview]
Message-ID: <1262883215-4034-1-git-send-email-brgerst@gmail.com> (raw)
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(-)
next reply other threads:[~2010-01-07 16:53 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-07 16:53 Brian Gerst [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1262883215-4034-1-git-send-email-brgerst@gmail.com \
--to=brgerst@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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