diff options
Diffstat (limited to 'scripts')
-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 d0f86ed43f7a..94047bc99961 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -821,6 +821,7 @@ static int init_section_ref_ok(const char *name) | |||
821 | ".pci_fixup_final", | 821 | ".pci_fixup_final", |
822 | ".pdr", | 822 | ".pdr", |
823 | "__param", | 823 | "__param", |
824 | ".smp_locks", | ||
824 | NULL | 825 | NULL |
825 | }; | 826 | }; |
826 | /* Start of section names */ | 827 | /* Start of section names */ |
@@ -892,6 +893,7 @@ static int exit_section_ref_ok(const char *name) | |||
892 | ".exitcall.exit", | 893 | ".exitcall.exit", |
893 | ".eh_frame", | 894 | ".eh_frame", |
894 | ".stab", | 895 | ".stab", |
896 | ".smp_locks", | ||
895 | NULL | 897 | NULL |
896 | }; | 898 | }; |
897 | /* Start of section names */ | 899 | /* Start of section names */ |