|
@@ -821,6 +821,7 @@ static int init_section_ref_ok(const char *name)
|
|
".pci_fixup_final",
|
|
".pci_fixup_final",
|
|
".pdr",
|
|
".pdr",
|
|
"__param",
|
|
"__param",
|
|
|
|
+ ".smp_locks",
|
|
NULL
|
|
NULL
|
|
};
|
|
};
|
|
/* Start of section names */
|
|
/* Start of section names */
|
|
@@ -892,6 +893,7 @@ static int exit_section_ref_ok(const char *name)
|
|
".exitcall.exit",
|
|
".exitcall.exit",
|
|
".eh_frame",
|
|
".eh_frame",
|
|
".stab",
|
|
".stab",
|
|
|
|
+ ".smp_locks",
|
|
NULL
|
|
NULL
|
|
};
|
|
};
|
|
/* Start of section names */
|
|
/* Start of section names */
|