From: Catalin Marinas <catalin.marinas@arm.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: fixup section mismatch warning for alloc_init_pud()
Date: Mon, 26 Mar 2012 10:38:54 +0000 [thread overview]
Message-ID: <20120326103854.GG30455@arm.com> (raw)
In-Reply-To: <87398zswkj.wl%kuninori.morimoto.gx@renesas.com>
On Fri, Mar 23, 2012 at 05:41:52AM +0000, Kuninori Morimoto wrote:
> This patch fixup below warning
>
> WARNING: arch/arm/mm/built-in.o(.text+0x2320):
> Section mismatch in reference from the function alloc_init_pud()
> to the function .init.text:alloc_init_section()
> The function alloc_init_pud() references
> the function __init alloc_init_section().
> This is often because alloc_init_pud lacks a __init
> annotation or the annotation of alloc_init_section is wrong.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
--
Catalin
WARNING: multiple messages have this Message-ID (diff)
From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: fixup section mismatch warning for alloc_init_pud()
Date: Mon, 26 Mar 2012 11:38:54 +0100 [thread overview]
Message-ID: <20120326103854.GG30455@arm.com> (raw)
In-Reply-To: <87398zswkj.wl%kuninori.morimoto.gx@renesas.com>
On Fri, Mar 23, 2012 at 05:41:52AM +0000, Kuninori Morimoto wrote:
> This patch fixup below warning
>
> WARNING: arch/arm/mm/built-in.o(.text+0x2320):
> Section mismatch in reference from the function alloc_init_pud()
> to the function .init.text:alloc_init_section()
> The function alloc_init_pud() references
> the function __init alloc_init_section().
> This is often because alloc_init_pud lacks a __init
> annotation or the annotation of alloc_init_section is wrong.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
--
Catalin
next prev parent reply other threads:[~2012-03-26 10:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-23 5:41 [PATCH] ARM: fixup section mismatch warning for alloc_init_pud() Kuninori Morimoto
2012-03-23 5:41 ` Kuninori Morimoto
2012-03-26 10:38 ` Catalin Marinas [this message]
2012-03-26 10:38 ` Catalin Marinas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120326103854.GG30455@arm.com \
--to=catalin.marinas@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.