public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] system.h fixups for less common arch
@ 2012-04-13 19:17 Paul Gortmaker
  0 siblings, 0 replies; only message in thread
From: Paul Gortmaker @ 2012-04-13 19:17 UTC (permalink / raw)
  To: torvalds; +Cc: dhowells, cmetcalf, tony.luck, mattst88, linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-13 19:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-13 19:17 [GIT PULL] system.h fixups for less common arch Paul Gortmaker

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