diff options
Diffstat (limited to 'scripts/mod/modpost.c')
| -rw-r--r-- | scripts/mod/modpost.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 2e114162314..ac0a5822299 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -911,6 +911,7 @@ static int init_section_ref_ok(const char *name)  		".toc1",  /* used by ppc64 */  		".stab",  		".rodata", +		".parainstructions",  		".text.lock",  		"__bug_table", /* used by powerpc for BUG() */  		".pci_fixup_header", @@ -931,6 +932,7 @@ static int init_section_ref_ok(const char *name)  		".altinstructions",  		".eh_frame",  		".debug", +		".parainstructions",  		NULL  	};  	/* part of section name */  | 
