From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 530891A0018 for ; Fri, 22 Jan 2016 19:12:33 +1100 (AEDT) Date: Fri, 22 Jan 2016 02:08:57 -0600 From: Segher Boessenkool To: Michael Ellerman Cc: linuxppc-dev@ozlabs.org, Anton Blanchard , Benjamin Herrenschmidt Subject: Re: [PATCH] powerpc: Enable VMX copy on PPC970 (G5) Message-ID: <20160122080857.GA11095@gate.crashing.org> References: <1453335927-17419-1-git-send-email-mpe@ellerman.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1453335927-17419-1-git-send-email-mpe@ellerman.id.au> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Jan 21, 2016 at 11:25:27AM +1100, Michael Ellerman wrote: > There's no reason I'm aware of that the VMX copy loop shouldn't work on > PPC970. And in fact it seems to boot and generally be happy. But is it faster? Segher