xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Tim Deegan <tim@xen.org>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>,
	xen-devel@lists.xen.org
Subject: Re: [PATCH] xen: arm32: Use system wide TLB flushes, not just inner-shareable
Date: Fri, 8 Feb 2013 15:43:49 +0000	[thread overview]
Message-ID: <20130208154349.GA93591@ocelot.phlegethon.org> (raw)
In-Reply-To: <1360338056-31812-1-git-send-email-ian.campbell@citrix.com>

At 15:40 +0000 on 08 Feb (1360338056), Ian Campbell wrote:
> We currently setup page table walks etc as outer-shareable. Given we don't
> really make the distinction between inner- and outer-shareable yet err on
> theside of safety.
> 
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>

Acked-by: Tim Deegan <tim@xen.org>

> Cc: Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
> Cc: Tim Deegan <tim@xen.org>
> ---
>  xen/include/asm-arm/flushtlb.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/xen/include/asm-arm/flushtlb.h b/xen/include/asm-arm/flushtlb.h
> index 210abfa..5067e5d 100644
> --- a/xen/include/asm-arm/flushtlb.h
> +++ b/xen/include/asm-arm/flushtlb.h
> @@ -19,7 +19,7 @@ static inline void flush_tlb_local(void)
>  {
>      dsb();
>  
> -    WRITE_CP32((uint32_t) 0, TLBIALLIS);
> +    WRITE_CP32((uint32_t) 0, TLBIALL);
>  
>      dsb();
>      isb();
> @@ -30,7 +30,7 @@ static inline void flush_tlb_all_local(void)
>  {
>      dsb();
>  
> -    WRITE_CP32((uint32_t) 0, TLBIALLNSNHIS);
> +    WRITE_CP32((uint32_t) 0, TLBIALLNSNH);
>  
>      dsb();
>      isb();
> -- 
> 1.7.9.1
> 

  reply	other threads:[~2013-02-08 15:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 15:40 [PATCH] xen: arm32: Use system wide TLB flushes, not just inner-shareable Ian Campbell
2013-02-08 15:43 ` Tim Deegan [this message]
2013-02-15 13:37   ` Ian Campbell

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=20130208154349.GA93591@ocelot.phlegethon.org \
    --to=tim@xen.org \
    --cc=Stefano.Stabellini@eu.citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=xen-devel@lists.xen.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).