diff options
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/module.h b/arch/powerpc/include/asm/module.h index 49fa55bfbac4..c9c7aaaf95f5 100644 --- a/arch/powerpc/include/asm/module.h +++ b/arch/powerpc/include/asm/module.h | |||
@@ -35,6 +35,7 @@ struct mod_arch_specific { | |||
35 | #ifdef __powerpc64__ | 35 | #ifdef __powerpc64__ |
36 | unsigned int stubs_section; /* Index of stubs section in module */ | 36 | unsigned int stubs_section; /* Index of stubs section in module */ |
37 | unsigned int toc_section; /* What section is the TOC? */ | 37 | unsigned int toc_section; /* What section is the TOC? */ |
38 | bool toc_fixed; /* Have we fixed up .TOC.? */ | ||
38 | #ifdef CONFIG_DYNAMIC_FTRACE | 39 | #ifdef CONFIG_DYNAMIC_FTRACE |
39 | unsigned long toc; | 40 | unsigned long toc; |
40 | unsigned long tramp; | 41 | unsigned long tramp; |