[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1IBjEW-0004k7-5t@ZenIV.linux.org.uk>
Date: Fri, 20 Jul 2007 04:32:48 +0100
From: Al Viro <viro@....linux.org.uk>
To: torvalds@...ux-foundation.org
Cc: linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org
Subject: [PATCH 1/8] m68k: teach modpost about .m68_fixup
Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
---
scripts/mod/modpost.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 04579a5..5ab7914 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -1076,6 +1076,7 @@ static int initexit_section_ref_ok(const char *name)
".plt", /* seen on ARCH=um build on x86_64. Harmless */
".smp_locks",
".stab",
+ ".m68k_fixup",
NULL
};
/* Start of section names */
--
1.5.3.GIT
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists