public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] x86: Merge kernel_thread()
@ 2009-11-13 19:54 Brian Gerst
  2009-11-13 19:54 ` [PATCH 1/4] x86, 64-bit: Move kernel_thread to C Brian Gerst
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Brian Gerst @ 2009-11-13 19:54 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: x86, linux-kernel

This patch series merges 32/64-bit implementations of kernel_thread,
and cleans up related code.

 arch/x86/kernel/entry_32.S       |    8 +----
 arch/x86/kernel/entry_64.S       |   49 ++-----------------------------------
 arch/x86/kernel/process.c        |   30 +++++++++++++++++++++++
 arch/x86/kernel/process_32.c     |   33 -------------------------
 arch/x86/kernel/process_64.c     |    7 ++---
 arch/x86/kernel/x8664_ksyms_64.c |    2 -
 6 files changed, 38 insertions(+), 91 deletions(-)

--
Brian Gerst

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

end of thread, other threads:[~2009-11-13 19:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-13 19:54 [PATCH 0/4] x86: Merge kernel_thread() Brian Gerst
2009-11-13 19:54 ` [PATCH 1/4] x86, 64-bit: Move kernel_thread to C Brian Gerst
2009-11-13 19:54 ` [PATCH 2/4] x86: Merge 32/64-bit kernel_thread Brian Gerst
2009-11-13 19:54 ` [PATCH 3/4] x86, 32-bit: Don't push args on stack in kernel_thread_helper Brian Gerst
2009-11-13 19:54 ` [PATCH 4/4] x86, 64-bit: Use user_mode() to determine new stack pointer in copy_thread() Brian Gerst

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