[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090526083717.5050.32719.sendpatchset@localhost.localdomain>
Date: Tue, 26 May 2009 04:35:05 -0400
From: Amerigo Wang <amwang@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, mingo@...e.hu, jdike@...toit.com,
Amerigo Wang <amwang@...hat.com>, rusty@...tcorp.com.au
Subject: [Patch 0/4] module: merge module_32.c and module_64.c
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@...hat.com>
Cc: Rusty Russell <rusty@...tcorp.com.au>
Cc: Ingo Molnar <mingo@...e.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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists