From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Markos Chandras <markos.chandras@imgtec.com>, linux-mips@linux-mips.org
Subject: Re: [PATCH v2] MIPS: mm: c-r4k: Detect instruction cache aliases
Date: Thu, 30 Jan 2014 21:33:15 +0300 [thread overview]
Message-ID: <52EA9AEB.5090606@cogentembedded.com> (raw)
In-Reply-To: <1391102489-1403-1-git-send-email-markos.chandras@imgtec.com>
Hello.
On 01/30/2014 08:21 PM, Markos Chandras wrote:
> The *Aptiv cores can use the CONF7/IAR bit to detect if the core
> has hardware support to remove instruction cache aliasing.
> This also defines the CONF7/AR bit in order to avoid using
> the '16' magic number.
> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
[...]
> diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c
> index 13b549a..8017f6e 100644
> --- a/arch/mips/mm/c-r4k.c
> +++ b/arch/mips/mm/c-r4k.c
> @@ -1110,7 +1110,10 @@ static void probe_pcache(void)
> case CPU_PROAPTIV:
> if (current_cpu_type() == CPU_74K)
> alias_74k_erratum(c);
> - if ((read_c0_config7() & (1 << 16))) {
> + if (!(read_c0_config7() & MIPS_CONF7_IAR) &&
> + (c->icache.waysize > PAGE_SIZE))
> + c->icache.flags |= MIPS_CACHE_ALIASES;
Sigh, you forgot to "outdent" this statement by a tab... :-(
WBR, Sergei
next prev parent reply other threads:[~2014-01-30 17:33 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-29 13:10 [PATCH] MIPS: mm: c-r4k: Detect instruction cache aliases Markos Chandras
2014-01-29 13:10 ` Markos Chandras
2014-01-29 13:31 ` Sergei Shtylyov
2014-01-29 13:41 ` Markos Chandras
2014-01-29 13:41 ` Markos Chandras
2014-01-29 18:10 ` Sergei Shtylyov
2014-01-29 17:17 ` Markos Chandras
2014-01-29 17:17 ` Markos Chandras
2014-01-30 17:21 ` [PATCH v2] " Markos Chandras
2014-01-30 17:21 ` Markos Chandras
2014-01-30 18:33 ` Sergei Shtylyov [this message]
2014-01-30 17:35 ` Markos Chandras
2014-01-30 17:35 ` Markos Chandras
2014-02-04 15:57 ` Ralf Baechle
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=52EA9AEB.5090606@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-mips@linux-mips.org \
--cc=markos.chandras@imgtec.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