diff --git a/[refs] b/[refs] index bcf616a3b570..3fb798cbebd3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1a0f3d422bb9ac959383a5ed1a4127f5900f56a8 +refs/heads/master: 35899c57516be6eaa42cc27151767c52d75b2979 diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index d0f86ed43f7a..94047bc99961 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/scripts/mod/modpost.c @@ -821,6 +821,7 @@ static int init_section_ref_ok(const char *name) ".pci_fixup_final", ".pdr", "__param", + ".smp_locks", NULL }; /* Start of section names */ @@ -892,6 +893,7 @@ static int exit_section_ref_ok(const char *name) ".exitcall.exit", ".eh_frame", ".stab", + ".smp_locks", NULL }; /* Start of section names */