[Patch 0/4] module: merge module_32.c and module_64.c

From: Amerigo Wang
Date: Tue May 26 2009 - 04:36:26 EST



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@xxxxxxxxxx>
Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxx>

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

--
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/