x86 module: merge the same functions in module_32.c and module_64.c
authorAmerigo Wang <amwang@redhat.com>
Thu, 4 Jun 2009 01:46:09 +0000 (21:46 -0400)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 12 Jun 2009 12:17:00 +0000 (21:47 +0930)
commit2d5bf28fb9e3c178db4f5536e2fe38d3a5ed7f40
tree30997ca66fea0b95f82b546ecbcd91e249223fb3
parent2ead9439f0c6ed03faafe27abe8bc1dd256d117b
x86 module: merge the same functions in module_32.c and module_64.c

Merge the same functions both in module_32.c and module_64.c into
module.c.

This is the first step to merge both of them finally.

Signed-off-by: WANG Cong <amwang@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/x86/kernel/Makefile
arch/x86/kernel/module.c [new file with mode: 0644]
arch/x86/kernel/module_32.c
arch/x86/kernel/module_64.c