All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] x86: use asm-generic headers where possible
@ 2009-05-15 16:32 Arnd Bergmann
  2009-05-15 16:32 ` [PATCH 1/5] x86: add copies of some headers to convert to asm-generic Arnd Bergmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Arnd Bergmann @ 2009-05-15 16:32 UTC (permalink / raw)
  To: x86; +Cc: linux-kernel, Arnd Bergmann

This is my follow-up for my asm-generic header patches with
x86 specific changes. I've split the series up into five
patches for easier review. Each step should show clearly that
no semantic changes are introduced, with the exception of
termios.h, which was discussed earlier.

I have also checked that the resulting object code is the same,
again with the exception of termios.h, because that fixes
a small bug.

The patches are based on my asm-generic tree at
git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
They can also be found in the x86 branch there.

	Arnd <><

Arnd Bergmann (5):
  x86: add copies of some headers to convert to asm-generic
  x86: convert trivial headers to asm-generic version
  x86: convert almost generic headers to asm-generic version
  x86: convert termios.h to the asm-generic version
  x86: remove all now-duplicate header files

 arch/x86/include/asm/ioctls.h      |   95 +-----------------
 arch/x86/include/asm/ipcbuf.h      |   29 +-----
 arch/x86/include/asm/kmap_types.h  |   30 +-----
 arch/x86/include/asm/mman.h        |   28 ++----
 arch/x86/include/asm/module.h      |   13 +--
 arch/x86/include/asm/msgbuf.h      |   40 +-------
 arch/x86/include/asm/param.h       |   23 +----
 arch/x86/include/asm/scatterlist.h |   41 ++------
 arch/x86/include/asm/shmbuf.h      |   52 +---------
 arch/x86/include/asm/socket.h      |   61 +-----------
 arch/x86/include/asm/sockios.h     |   14 +---
 arch/x86/include/asm/termbits.h    |  199 +-----------------------------------
 arch/x86/include/asm/termios.h     |  114 +--------------------
 arch/x86/include/asm/types.h       |   12 +--
 arch/x86/include/asm/ucontext.h    |    8 +--
 15 files changed, 30 insertions(+), 729 deletions(-)
 rewrite arch/x86/include/asm/ioctls.h (100%)
 rewrite arch/x86/include/asm/ipcbuf.h (100%)
 rewrite arch/x86/include/asm/kmap_types.h (100%)
 rewrite arch/x86/include/asm/mman.h (82%)
 rewrite arch/x86/include/asm/msgbuf.h (100%)
 rewrite arch/x86/include/asm/param.h (100%)
 rewrite arch/x86/include/asm/scatterlist.h (82%)
 rewrite arch/x86/include/asm/shmbuf.h (100%)
 rewrite arch/x86/include/asm/socket.h (100%)
 rewrite arch/x86/include/asm/termbits.h (100%)
 rewrite arch/x86/include/asm/termios.h (100%)


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

end of thread, other threads:[~2009-05-15 16:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-15 16:32 [PATCH 0/5] x86: use asm-generic headers where possible Arnd Bergmann
2009-05-15 16:32 ` [PATCH 1/5] x86: add copies of some headers to convert to asm-generic Arnd Bergmann
2009-05-15 16:32 ` [PATCH 2/5] x86: convert trivial headers to asm-generic version Arnd Bergmann
2009-05-15 16:32 ` [PATCH 3/5] x86: convert almost generic " Arnd Bergmann
2009-05-15 16:32 ` [PATCH 4/5] x86: convert termios.h to the " Arnd Bergmann
2009-05-15 16:32 ` [PATCH 5/5] x86: remove all now-duplicate header files Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.