From: Paul Mundt <lethal@linux-sh.org>
To: linux-sh@vger.kernel.org
Subject: Re: [RFC][PATCH] sh: fixup fpu.o compile order
Date: Mon, 18 Apr 2011 10:00:24 +0000 [thread overview]
Message-ID: <20110418100024.GJ32457@linux-sh.org> (raw)
In-Reply-To: <w3paafs2c2z.wl%kuninori.morimoto.gx@renesas.com>
On Fri, Apr 15, 2011 at 04:44:27PM +0900, Kuninori Morimoto wrote:
> According to arch/sh/include/asm/fpu.h,
> "init_fpu" might be called in all environment.
> OTOH the other function on fpu.c are implemented
> under #ifdef CONFIG_SH_FPU.
> This mean fpu.c can be compiled in all environment.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> Paul
>
> We can not compile Migo-R or other board.
> because there is no "init_fpu" function without CONFIG_SH_FPU
> on current Kernel.
>
> Iwamatsu-san's patch or this patch is needed.
> I added [RFC] because I'm not familiar with FPU_EMU.
>
> arch/sh/kernel/cpu/Makefile | 4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
>
Your approach is certainly the cleanest, so lets just go with that.
prev parent reply other threads:[~2011-04-18 10:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-15 7:44 [RFC][PATCH] sh: fixup fpu.o compile order Kuninori Morimoto
2011-04-18 10:00 ` Paul Mundt [this message]
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=20110418100024.GJ32457@linux-sh.org \
--to=lethal@linux-sh.org \
--cc=linux-sh@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).