From 004305e2a1f734241cdb3c309de946a85e7c62e3 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 7 Jun 2006 16:23:26 -0700 Subject: [PATCH] --- yaml --- r: 30584 b: refs/heads/master c: 35899c57516be6eaa42cc27151767c52d75b2979 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/mod/modpost.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 */