diff options
Diffstat (limited to 'arch/powerpc/include/asm/module.h')
| -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 e1ee5026ac4a..864e22deaa2c 100644 --- a/arch/powerpc/include/asm/module.h +++ b/arch/powerpc/include/asm/module.h @@ -27,6 +27,7 @@ struct ppc_plt_entry {  struct mod_arch_specific {  #ifdef __powerpc64__  	unsigned int stubs_section;	/* Index of stubs section in module */ +	unsigned int stub_count;	/* Number of stubs used */  #ifdef CONFIG_PPC_KERNEL_PCREL  	unsigned int got_section;	/* What section is the GOT? */  	unsigned int pcpu_section;	/* .data..percpu section */ | 
