public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch 0/4] module: merge module_32.c and module_64.c
@ 2009-05-26  8:35 Amerigo Wang
  2009-05-26  8:35 ` [Patch 1/4] x86 module: merge the same functions in " Amerigo Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Amerigo Wang @ 2009-05-26  8:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, mingo, jdike, Amerigo Wang, rusty


This patch set aims to merge module_32.c and module_64.c into
module.c. And plus some other related fixes.

Please apply in order.

I have tested this patch set on x86_64, and uml over x86_64,
and compile tested on i386. It looks fine.

Signed-off-by: WANG Cong <amwang@redhat.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Ingo Molnar <mingo@elte.hu>

 arch/um/sys-i386/Makefile      |    2 
 arch/um/sys-x86_64/Makefile    |    4 
 arch/um/sys-x86_64/um_module.c |   21 ---
 arch/x86/kernel/Makefile       |    4 
 arch/x86/kernel/module.c       |  262 ++++++++++++++++++++++++++++++++++++++++-
 arch/x86/kernel/module_32.c    |  152 -----------------------
 arch/x86/kernel/module_64.c    |  194 ------------------------------
 7 files changed, 264 insertions(+), 375 deletions(-)


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

end of thread, other threads:[~2009-06-01 12:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-26  8:35 [Patch 0/4] module: merge module_32.c and module_64.c Amerigo Wang
2009-05-26  8:35 ` [Patch 1/4] x86 module: merge the same functions in " Amerigo Wang
2009-05-26  8:35 ` [Patch 2/4] x86 module: merge the rest functions with macros Amerigo Wang
2009-05-26  9:21   ` Christoph Hellwig
2009-05-26 10:02     ` Amerigo Wang
2009-05-26  8:35 ` [Patch 3/4] uml module: fix uml build process due to this merge Amerigo Wang
2009-05-26  8:35 ` [Patch 4/4] module: trim exception table in module_free() Amerigo Wang
2009-05-27  2:21   ` Rusty Russell
2009-05-27  3:11     ` Amerigo Wang
2009-05-27  5:23       ` Rusty Russell
2009-05-27  5:48         ` Amerigo Wang
2009-05-27  7:46         ` Amerigo Wang
2009-05-28  6:55           ` Rusty Russell
2009-05-31  5:15             ` Amerigo Wang
2009-06-01 12:28               ` Rusty Russell

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