From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx-out02.mykolab.com (mx01.mykolab.com [95.128.36.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qvDHQ3HDqzDq5v for ; Tue, 26 Apr 2016 16:50:09 +1000 (AEST) Received: from mx03.mykolab.com (mx03.mykolab.com [10.20.7.101]) by mx-out02.mykolab.com (Postfix) with ESMTPS id 48F9E60323 for ; Tue, 26 Apr 2016 08:50:04 +0200 (CEST) Date: Tue, 26 Apr 2016 16:49:57 +1000 From: Chris Smart To: linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] powerpc: Add support for userspace P9 copy paste Message-ID: <20160426064956.GA14834@distroguy.com> References: <20160426002844.GA9198@x1.distroguy.com> <20160426164209.7c28ca8c@camb691> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed In-Reply-To: <20160426164209.7c28ca8c@camb691> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Apr 26, 2016 at 04:42:09PM +1000, Cyril Bur wrote: >Hi Chris, > >Patch looks good. Looks like you've put 8 spaces (instead of a tab) on the >PPC_CP_ABORT line. > Argh. I'm not sure how that happened, thanks. >Apart from that, > >Reviewed-by: Cyril Bur Cheers, -c