aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/module.h')
-rw-r--r--arch/powerpc/include/asm/module.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/module.h b/arch/powerpc/include/asm/module.h
index 340bc699b620..08454880a2c0 100644
--- a/arch/powerpc/include/asm/module.h
+++ b/arch/powerpc/include/asm/module.h
@@ -39,11 +39,14 @@ struct mod_arch_specific {
39 unsigned long tramp; 39 unsigned long tramp;
40#endif 40#endif
41 41
42#else 42#else /* powerpc64 */
43 /* Indices of PLT sections within module. */ 43 /* Indices of PLT sections within module. */
44 unsigned int core_plt_section; 44 unsigned int core_plt_section;
45 unsigned int init_plt_section; 45 unsigned int init_plt_section;
46#ifdef CONFIG_DYNAMIC_FTRACE
47 unsigned long tramp;
46#endif 48#endif
49#endif /* powerpc64 */
47 50
48 /* List of BUG addresses, source line numbers and filenames */ 51 /* List of BUG addresses, source line numbers and filenames */
49 struct list_head bug_list; 52 struct list_head bug_list;