From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roy Franz Subject: Re: [PATCH V5 13/15] add arm64 cache flushing code from linux v3.16 Date: Mon, 22 Sep 2014 16:42:43 -0700 Message-ID: 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: <1411383282.18331.23.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: keir , tim , xen-devel , Stefano Stabellini , Jan Beulich , Fu Wei List-Id: xen-devel@lists.xenproject.org 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. Roy