From: Geoff Levand <geoffrey.levand@am.sony.com>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: linuxppc-dev list <linuxppc-dev@ozlabs.org>,
debian-powerpc@lists.debian.org, "Levand,
Geoffrey" <Geoffrey.Levand@am.sony.com>
Subject: Re: [PATCH] ppc32: Rework power management take #3
Date: Thu, 02 Jun 2005 16:23:42 -0700 [thread overview]
Message-ID: <429F94FE.1070900@am.sony.com> (raw)
In-Reply-To: <1117753618.31082.99.camel@gaston>
Benjamin Herrenschmidt wrote:
> On Thu, 2005-06-02 at 15:33 -0700, Geoff Levand wrote:
>
>>I had a problem when building for ppc440 (gcc -m405). I wonder if we
>>need some conditionals on the DSSALL statement as below, or is DSSALL
>>intended to be a perprocessor macro that would expand to a blank line
>>in this case?
>
>
> No, but the cpu feature bit will make the dssall be nop'ed out on your
> CPU. I though we were passing -many to gas in all cases, don't we ?
>
sorry...
egrep -r '\-Wa' arch/ppc
arch/ppc/boot/simple/Makefile:extra-aflags-$(CONFIG_REDWOOD_4) := -Wa,-m405
arch/ppc/Makefile:cpu-as-$(CONFIG_PPC64BRIDGE) += -Wa,-mppc64bridge
arch/ppc/Makefile:cpu-as-$(CONFIG_4xx) += -Wa,-m405
arch/ppc/Makefile:cpu-as-$(CONFIG_6xx) += -Wa,-maltivec
arch/ppc/Makefile:cpu-as-$(CONFIG_POWER4) += -Wa,-maltivec
arch/ppc/Makefile:cpu-as-$(CONFIG_E500) += -Wa,-me500
So I get an invalid instruction error.
-Geoff
prev parent reply other threads:[~2005-06-02 23:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-30 3:35 [PATCH] ppc32: Rework power management take #3 Benjamin Herrenschmidt
2005-05-30 21:59 ` Mickael Royer
2005-06-02 13:05 ` Wolfram Quester
2005-06-02 22:15 ` Benjamin Herrenschmidt
2005-06-03 9:33 ` Wolfram Quester
2005-06-03 22:43 ` Benjamin Herrenschmidt
2005-06-06 9:34 ` Wolfram Quester
2005-06-06 11:38 ` Benjamin Herrenschmidt
2005-06-02 22:33 ` [PATCH] " Geoff Levand
2005-06-02 23:06 ` Benjamin Herrenschmidt
2005-06-02 23:23 ` Geoff Levand [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=429F94FE.1070900@am.sony.com \
--to=geoffrey.levand@am.sony.com \
--cc=benh@kernel.crashing.org \
--cc=debian-powerpc@lists.debian.org \
--cc=linuxppc-dev@ozlabs.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.