public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Gortmaker <paul.gortmaker@windriver.com>
To: <torvalds@linux-foundation.org>
Cc: <dhowells@redhat.com>, <cmetcalf@tilera.com>,
	<tony.luck@intel.com>, <mattst88@gmail.com>,
	<linux-kernel@vger.kernel.org>
Subject: [GIT PULL] system.h fixups for less common arch
Date: Fri, 13 Apr 2012 15:17:43 -0400	[thread overview]
Message-ID: <20120413191743.GA19415@windriver.com> (raw)

Linus,

Here is what is hopefully the last of the system.h related fixups.

The fixes for Alpha and ia64 are code relocations consistent with
what was done for the more mainstream architectures.  Note that the
diffstat lines removed vs lines added are not the same since I've
fixed some of the whitespace issues in the relocated code blocks.
However they are functionally the same.  Compile tested locally,
plus these two have been in linux-next for a while.

There is also a trivial one line system.h related fix for the Tilera
arch from Chris Metcalf to fix an implict include..

Thanks,
Paul.
---

The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:

  Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux.git systemh-fixes

for you to fetch changes up to ef1f0982540e5f79c8bbf3675bbc0a9734dba3fc:

  irq_work: fix compile failure on tile from missing include (2012-04-13 13:15:16 -0400)

----------------------------------------------------------------
Chris Metcalf (1):
      irq_work: fix compile failure on tile from missing include

Paul Gortmaker (2):
      alpha: fix build failures from system.h dismemberment
      ia64: populate the cmpxchg header with appropriate code

 arch/alpha/include/asm/atomic.h    |   68 +----------------
 arch/alpha/include/asm/cmpxchg.h   |   71 +++++++++++++++++
 arch/alpha/include/asm/xchg.h      |    4 +-
 arch/ia64/include/asm/cmpxchg.h    |  148 +++++++++++++++++++++++++++++++++++-
 arch/ia64/include/asm/intrinsics.h |  114 +---------------------------
 kernel/irq_work.c                  |    1 +
 6 files changed, 223 insertions(+), 183 deletions(-)
 create mode 100644 arch/alpha/include/asm/cmpxchg.h

                 reply	other threads:[~2012-04-13 19:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20120413191743.GA19415@windriver.com \
    --to=paul.gortmaker@windriver.com \
    --cc=cmetcalf@tilera.com \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mattst88@gmail.com \
    --cc=tony.luck@intel.com \
    --cc=torvalds@linux-foundation.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