From: Scott Wood <oss@buserror.net>
To: Valentin Rothberg <valentinrothberg@gmail.com>,
roy.pledge@nxp.com, claudiu.manoil@nxp.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] soc/fsl: dpaa_sys.h: fix ARM32 typo
Date: Wed, 28 Sep 2016 14:59:07 -0500 [thread overview]
Message-ID: <1475092747.4283.48.camel@buserror.net> (raw)
In-Reply-To: <20160927082741.8040-1-valentinrothberg@gmail.com>
On Tue, 2016-09-27 at 10:27 +0200, Valentin Rothberg wrote:
> The Kconfig symbol for 32bit ARM is 'ARM', not 'ARM32'.
>
> Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com>
> ---
> drivers/soc/fsl/qbman/dpaa_sys.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/soc/fsl/qbman/dpaa_sys.h
> b/drivers/soc/fsl/qbman/dpaa_sys.h
> index b63fd72295c6..608b1f608e13 100644
> --- a/drivers/soc/fsl/qbman/dpaa_sys.h
> +++ b/drivers/soc/fsl/qbman/dpaa_sys.h
> @@ -55,7 +55,7 @@ static inline void dpaa_flush(void *p)
> {
> #ifdef CONFIG_PPC
> flush_dcache_range((unsigned long)p, (unsigned long)p+64);
> -#elif defined(CONFIG_ARM32)
> +#elif defined(CONFIG_ARM)
> __cpuc_flush_dcache_area(p, 64);
> #elif defined(CONFIG_ARM64)
> __flush_dcache_area(p, 64);
Despite a couple stray pieces like this, the current qbman submission only
supports PPC. ARM support is expected as a followup that should go via the
arm-soc tree.
-Scott
prev parent reply other threads:[~2016-09-28 19:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-27 8:27 Valentin Rothberg
2016-09-28 19:59 ` Scott Wood [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=1475092747.4283.48.camel@buserror.net \
--to=oss@buserror.net \
--cc=claudiu.manoil@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=roy.pledge@nxp.com \
--cc=valentinrothberg@gmail.com \
/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
Powered by JetHome