[PATCH 0/7] x86: Merge 32-bit and 64-bit io.h

From: Brian Gerst
Date: Fri Feb 05 2010 - 09:38:36 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/