aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2006-12-12 17:41:41 -0500
committerDave Jones <davej@redhat.com>2006-12-12 17:41:41 -0500
commitc4366889dda8110247be59ca41fddb82951a8c26 (patch)
tree705c1a996bed8fd48ce94ff33ec9fd00f9b94875 /scripts/mod/modpost.c
parentdb2fb9db5735cc532fd4fc55e94b9a3c3750378e (diff)
parente1036502e5263851259d147771226161e5ccc85a (diff)
Merge ../linus
Conflicts: drivers/cpufreq/cpufreq.c
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r--scripts/mod/modpost.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 41277963f47a..ac0a58222992 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -911,6 +911,7 @@ static int init_section_ref_ok(const char *name)
911 ".toc1", /* used by ppc64 */ 911 ".toc1", /* used by ppc64 */
912 ".stab", 912 ".stab",
913 ".rodata", 913 ".rodata",
914 ".parainstructions",
914 ".text.lock", 915 ".text.lock",
915 "__bug_table", /* used by powerpc for BUG() */ 916 "__bug_table", /* used by powerpc for BUG() */
916 ".pci_fixup_header", 917 ".pci_fixup_header",
@@ -921,6 +922,8 @@ static int init_section_ref_ok(const char *name)
921 ".fixup", 922 ".fixup",
922 ".smp_locks", 923 ".smp_locks",
923 ".plt", /* seen on ARCH=um build on x86_64. Harmless */ 924 ".plt", /* seen on ARCH=um build on x86_64. Harmless */
925 "__ftr_fixup", /* powerpc cpu feature fixup */
926 "__fw_ftr_fixup", /* powerpc firmware feature fixup */
924 NULL 927 NULL
925 }; 928 };
926 /* Start of section names */ 929 /* Start of section names */
@@ -929,6 +932,7 @@ static int init_section_ref_ok(const char *name)
929 ".altinstructions", 932 ".altinstructions",
930 ".eh_frame", 933 ".eh_frame",
931 ".debug", 934 ".debug",
935 ".parainstructions",
932 NULL 936 NULL
933 }; 937 };
934 /* part of section name */ 938 /* part of section name */