[PATCH 1/8] m68k: teach modpost about .m68_fixup

2007-07-19 Thread Al Viro

Signed-off-by: Al Viro <[EMAIL PROTECTED]>
---
 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 1/8] m68k: teach modpost about .m68_fixup

2007-07-19 Thread Al Viro

Signed-off-by: Al Viro [EMAIL PROTECTED]
---
 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/