]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/module.h
jump label: Base patch for jump label
[net-next-2.6.git] / include / linux / module.h
index 8a6b9fdc7ffae0c20335b8a2c73726396a934ee2..403ac26023ce05dc9ae25c2d98f2e372e9e85cd1 100644 (file)
@@ -350,7 +350,10 @@ struct module
        struct tracepoint *tracepoints;
        unsigned int num_tracepoints;
 #endif
-
+#ifdef HAVE_JUMP_LABEL
+       struct jump_entry *jump_entries;
+       unsigned int num_jump_entries;
+#endif
 #ifdef CONFIG_TRACING
        const char **trace_bprintk_fmt_start;
        unsigned int num_trace_bprintk_fmt;