diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-10-08 04:46:27 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-10-08 04:46:27 -0400 |
commit | 7cd2541cf2395962daf98ec32a141aba3398a9b2 (patch) | |
tree | 3c8bebb277462ba0de9d44233a970d34056dc45e /arch/x86/kernel/module.c | |
parent | c62f981f9309486ba5546edbb5925f71e441fa65 (diff) | |
parent | cb655d0f3d57c23db51b981648e452988c0223f9 (diff) |
Merge commit 'v2.6.36-rc7' into perf/core
Conflicts:
arch/x86/kernel/module.c
Merge reason: Resolve the conflict, pick up fixes.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/module.c')
-rw-r--r-- | arch/x86/kernel/module.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/module.c b/arch/x86/kernel/module.c index 5399f58de7ed..8f2956091735 100644 --- a/arch/x86/kernel/module.c +++ b/arch/x86/kernel/module.c | |||
@@ -242,11 +242,10 @@ int module_finalize(const Elf_Ehdr *hdr, | |||
242 | /* make jump label nops */ | 242 | /* make jump label nops */ |
243 | jump_label_apply_nops(me); | 243 | jump_label_apply_nops(me); |
244 | 244 | ||
245 | return module_bug_finalize(hdr, sechdrs, me); | 245 | return 0; |
246 | } | 246 | } |
247 | 247 | ||
248 | void module_arch_cleanup(struct module *mod) | 248 | void module_arch_cleanup(struct module *mod) |
249 | { | 249 | { |
250 | alternatives_smp_module_del(mod); | 250 | alternatives_smp_module_del(mod); |
251 | module_bug_cleanup(mod); | ||
252 | } | 251 | } |