[PATCH] x86_64: reliable stack trace support
[pandora-kernel.git] / include / linux / module.h
index 2d36609..9ebbb74 100644 (file)
@@ -285,6 +285,9 @@ struct module
        /* The size of the executable code in each section.  */
        unsigned long init_text_size, core_text_size;
 
+       /* The handle returned from unwind_add_table. */
+       void *unwind_info;
+
        /* Arch-specific module values */
        struct mod_arch_specific arch;