From viro@ftp.linux.org.uk Fri Jul 20 05:49:12 2007 Date: Fri, 20 Jul 2007 04:32:48 +0100 From: Al Viro To: torvalds@linux-foundation.org Cc: linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: [PATCH 1/8] m68k: teach modpost about .m68_fixup Signed-off-by: Al Viro Signed-off-by: Geert Uytterhoeven --- scripts/mod/modpost.c | 2 ++ 1 file changed, 2 insertions(+) --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -1053,6 +1053,7 @@ static int init_section_ref_ok(const cha "__ftr_fixup", /* powerpc cpu feature fixup */ "__fw_ftr_fixup", /* powerpc firmware feature fixup */ ".cranges", /* used by sh64 */ + ".m68k_fixup", NULL }; /* Start of section names */ @@ -1134,6 +1135,7 @@ static int exit_section_ref_ok(const cha ".smp_locks", ".plt", /* seen on ARCH=um build on x86_64. Harmless */ ".cranges", /* used by sh64 */ + ".m68k_fixup", NULL }; /* Start of section names */