From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id EBB111A177B for ; Tue, 7 Oct 2014 22:34:00 +1100 (EST) Message-ID: <1412681640.4133.0.camel@ale.ozlabs.ibm.com> Subject: Re: [PATCH v3 01/16] powerpc/cell: Move spu_handle_mm_fault() out of cell platform From: Michael Neuling To: Stephen Rothwell Date: Tue, 07 Oct 2014 22:34:00 +1100 In-Reply-To: <20141007220855.75b64a57@canb.auug.org.au> References: <1412678902-18672-1-git-send-email-mikey@neuling.org> <1412678902-18672-2-git-send-email-mikey@neuling.org> <20141007220855.75b64a57@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: cbe-oss-dev@lists.ozlabs.org, arnd@arndb.de, greg@kroah.com, imunsie@au.ibm.com, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, "Aneesh Kumar K.V" , anton@samba.org, jk@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > +int copro_data_segment(struct mm_struct *mm, u64 ea, u64 *esid, u64 *v= sid); >=20 > This function is otherwise not included in this patch, so it should > probably be removed (as the next patch removes it anyway). Yeah, looks like I screwed it up slightly in the packing of these patches. Thanks. Mikey