]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - kernel/module.c
Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return...
[mv-sheeva.git] / kernel / module.c
index 69791274e8998adc359ea6d24326979be79abfcc..89bcf7c1327d7dc0ffd0f9fbb365bd67f9109767 100644 (file)
@@ -2184,18 +2184,9 @@ static noinline struct module *load_module(void __user *umod,
                struct mod_debug *debug;
                unsigned int num_debug;
 
-#ifdef CONFIG_MARKERS
-               marker_update_probe_range(mod->markers,
-                       mod->markers + mod->num_markers);
-#endif
                debug = section_objs(hdr, sechdrs, secstrings, "__verbose",
                                     sizeof(*debug), &num_debug);
                dynamic_printk_setup(debug, num_debug);
-
-#ifdef CONFIG_TRACEPOINTS
-               tracepoint_update_probe_range(mod->tracepoints,
-                       mod->tracepoints + mod->num_tracepoints);
-#endif
        }
 
        /* sechdrs[0].sh_size is always zero */