| To: | Sam Ravnborg <sam@ravnborg.org>, Andrew Morton <akpm@linux-foundation.org>, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [KBUILD] Whitelist references from __dbe_table to .init |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Tue, 10 Jul 2007 09:16:32 +0100 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.14 (2007-02-12) |
This is needed on MIPS where the same mechanism as get_user() is used to
intercept bus error exceptions for some hardware probes. Without this
patch modpost will throw spurious warnings:
LD vmlinux
SYSMAP System.map
SYSMAP .tmp_System.map
MODPOST vmlinux
WARNING: arch/mips/sgi-ip22/built-in.o(__dbe_table+0x0): Section mismatch:
reference to .init.text:
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 3645e98..c337246 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -1047,6 +1047,7 @@ static int init_section_ref_ok(const char *name)
".pdr",
"__param",
"__ex_table",
+ "__dbe_table",
".fixup",
".smp_locks",
".plt", /* seen on ARCH=um build on x86_64. Harmless */
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [alsa-devel] [RFC] SGI O2 MACE audio ALSA module, TJ |
|---|---|
| Next by Date: | Re: [MIPS] DEC: Fix modpost warning., Maciej W. Rozycki |
| Previous by Thread: | [PATCH][MIPS] remove LASAT Networks platforms support, Yoichi Yuasa |
| Next by Thread: | Re: [KBUILD] Whitelist references from __dbe_table to .init, Sam Ravnborg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |