public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] x86: Merge 32-bit and 64-bit io.h
@ 2010-02-05 14:37 Brian Gerst
  2010-02-05 14:37 ` [PATCH 1/7] x86-32: Move XQUAD definitions to numaq.h Brian Gerst
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Brian Gerst @ 2010-02-05 14:37 UTC (permalink / raw)
  To: hpa; +Cc: x86, linux-kernel

This patch series cleans up and merges the 32-bit and 64-bit implementations
of io.h

[PATCH 1/7] x86-32: Move XQUAD definitions to numaq.h
[PATCH 2/7] x86-32: Remove _local variants of in/out from io_32.h
[PATCH 3/7] x86-64: Reorganize io_64.h
[PATCH 4/7] x86-64: Use BUILDIO in io_64.h
[PATCH 5/7] x86: Clean up mem*io functions.
[PATCH 6/7] x86: Simplify flush_write_buffers()
[PATCH 7/7] x86: Merge io.h

 arch/x86/boot/compressed/misc.c |   13 +--
 arch/x86/include/asm/io.h       |  155 ++++++++++++++++++++++++++++++-
 arch/x86/include/asm/io_32.h    |  196 ---------------------------------------
 arch/x86/include/asm/io_64.h    |  181 ------------------------------------
 arch/x86/include/asm/numaq.h    |    4 +
 arch/x86/lib/Makefile           |    2 +-
 arch/x86/lib/io_64.c            |   25 -----
 arch/x86/pci/numaq_32.c         |    6 +-
 8 files changed, 162 insertions(+), 420 deletions(-)


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

end of thread, other threads:[~2010-02-05 22:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-05 14:37 [PATCH 0/7] x86: Merge 32-bit and 64-bit io.h Brian Gerst
2010-02-05 14:37 ` [PATCH 1/7] x86-32: Move XQUAD definitions to numaq.h Brian Gerst
2010-02-05 22:48   ` [tip:x86/io] " tip-bot for Brian Gerst
2010-02-05 14:37 ` [PATCH 2/7] x86-32: Remove _local variants of in/out from io_32.h Brian Gerst
2010-02-05 22:49   ` [tip:x86/io] " tip-bot for Brian Gerst
2010-02-05 14:37 ` [PATCH 3/7] x86-64: Reorganize io_64.h Brian Gerst
2010-02-05 22:49   ` [tip:x86/io] " tip-bot for Brian Gerst
2010-02-05 14:37 ` [PATCH 4/7] x86-64: Use BUILDIO in io_64.h Brian Gerst
2010-02-05 22:49   ` [tip:x86/io] " tip-bot for Brian Gerst
2010-02-05 14:37 ` [PATCH 5/7] x86: Clean up mem*io functions Brian Gerst
2010-02-05 22:49   ` [tip:x86/io] " tip-bot for Brian Gerst
2010-02-05 14:37 ` [PATCH 6/7] x86: Simplify flush_write_buffers() Brian Gerst
2010-02-05 22:50   ` [tip:x86/io] " tip-bot for Brian Gerst
2010-02-05 14:37 ` [PATCH 7/7] x86: Merge io.h Brian Gerst
2010-02-05 22:50   ` [tip:x86/io] " 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