From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH V5 13/15] add arm64 cache flushing code from linux v3.16 Date: Tue, 23 Sep 2014 08:42:55 +0100 Message-ID: <1411458175.27559.24.camel@citrix.com> References: <1411080607-32365-1-git-send-email-roy.franz@linaro.org> <1411080607-32365-14-git-send-email-roy.franz@linaro.org> <1411383282.18331.23.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roy Franz Cc: keir , tim , xen-devel , Stefano Stabellini , Jan Beulich , Fu Wei List-Id: xen-devel@lists.xenproject.org On Mon, 2014-09-22 at 16:42 -0700, Roy Franz wrote: > On Mon, Sep 22, 2014 at 3:54 AM, Ian Campbell wrote: > > On Thu, 2014-09-18 at 15:50 -0700, Roy Franz wrote: > >> __flush_dcache_all added from arch/arm64/mm/cache.S, with helper macros from > >> arch/arm64/include/asm/assembler.h, from v3.16. The cache flushing is required > >> when transitioning from EFI code that runs with cache enable to Xen startup > >> code which expects the cache to be disabled. > >> > >> Signed-off-by: Roy Franz > > > > Acked-by: Ian Campbell > > [...] > > > >> + ENTRY(__flush_dcache_all) > > > > If you need to repost please unindent this (if there's no need to repost > > then I can do it on commit). > > > > > I'll be reposting a new series to address other feedback, so I'll include this. No need, I applied this one already (and fixed it up) Ian.