[PATCH 1/6] modules: Fold percpu_modcopy into module.c linux-2.6.git

2008-01-30 Thread travis
percpu_modcopy() is defined multiple times in arch files. However, the only user is module.c. Put a static definition into module.c and remove the definitions from the arch files. Based on latest linux-2.6.git Cc: Andi Kleen <[EMAIL PROTECTED]> Cc: Tony Luck <[EMAIL PROTECTED]> Cc: David Miller <

[PATCH 1/6] Modules: Fold percpu_modcopy into module.c

2008-01-17 Thread travis
percpu_modcopy() is defined multiple times in arch files. However, the only user is module.c. Put a static definition into module.c and remove the definitions from the arch files. Cc: Rusty Russell <[EMAIL PROTECTED]> Cc: Andi Kleen <[EMAIL PROTECTED]> Signed-off-by: Christoph Lameter <[EMAIL PRO