]> git.baikalelectronics.ru Git - kernel.git/commit
modules: fold percpu_modcopy into module.c
authortravis@sgi.com <travis@sgi.com>
Wed, 30 Jan 2008 22:27:58 +0000 (23:27 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 22:27:58 +0000 (23:27 +0100)
commitd74599ed3412ef6f6db29fb722f18b71ea76b97d
treeed19ac446e1e4510712b87ee5dae4d6492324939
parent069719e112248d2f86f8164f980cc1f8a8e36187
modules: fold percpu_modcopy into module.c

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.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/ia64/kernel/module.c
include/asm-ia64/percpu.h
include/asm-powerpc/percpu.h
include/asm-s390/percpu.h