git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
914c826
)
modules: fold percpu_modcopy into module.c
author
travis@sgi.com
<travis@sgi.com>
Wed, 30 Jan 2008 22:27:58 +0000
(23:27 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 22:27:58 +0000
(23:27 +0100)
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>
No differences found