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 B2C041A2160 for ; Tue, 7 Oct 2014 22:09:03 +1100 (EST) Date: Tue, 7 Oct 2014 22:08:55 +1100 From: Stephen Rothwell To: Michael Neuling Subject: Re: [PATCH v3 01/16] powerpc/cell: Move spu_handle_mm_fault() out of cell platform Message-ID: <20141007220855.75b64a57@canb.auug.org.au> In-Reply-To: <1412678902-18672-2-git-send-email-mikey@neuling.org> References: <1412678902-18672-1-git-send-email-mikey@neuling.org> <1412678902-18672-2-git-send-email-mikey@neuling.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/5Mn39_SXGJ4L86bW5KiabNZ"; protocol="application/pgp-signature" 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: , --Sig_/5Mn39_SXGJ4L86bW5KiabNZ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Mikey, On Tue, 7 Oct 2014 21:48:07 +1100 Michael Neuling wrot= e: > > diff --git a/arch/powerpc/include/asm/copro.h b/arch/powerpc/include/asm/= copro.h > new file mode 100644 > index 0000000..2858108 > --- /dev/null > +++ b/arch/powerpc/include/asm/copro.h > @@ -0,0 +1,18 @@ > +/* > + * Copyright 2014 IBM Corp. > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License > + * as published by the Free Software Foundation; either version > + * 2 of the License, or (at your option) any later version. > + */ > + > +#ifndef _ASM_POWERPC_COPRO_H > +#define _ASM_POWERPC_COPRO_H > + > +int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea, > + unsigned long dsisr, unsigned *flt); > + > +int copro_data_segment(struct mm_struct *mm, u64 ea, u64 *esid, u64 *vsi= d); This function is otherwise not included in this patch, so it should probably be removed (as the next patch removes it anyway). --=20 Cheers, Stephen Rothwell sfr@canb.auug.org.au --Sig_/5Mn39_SXGJ4L86bW5KiabNZ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJUM8nNAAoJEMDTa8Ir7ZwVHqoQAJHLMnHM8SXXlGzS7t39h1hH bQOom5cvmHAH+8a6j5JBzMUx9FoQz05nhdJlFcr3Bku9ZyU9jVgpdaMhYa3OeNSk xehqH50e/RavicrYj7gF0qroCRSPt1vaFbnrPj0mNQKG2DOsn1bGmL8SkZERj5Lm bhAXfSZwwgu8FYYxoYPYaxUNTl0E093NWoP+b2Tte6RD/egGgABQmhTuVdSWAVbX +YiiDO90US8UYX7BSR6BJ4ea4/nv9QH4lh0E491knJBTTvzSKgRD4+imizF7YcAr 6Udb84ktJDgod8P5Y/7h8wi1y9X8Px64XnvVFnJ2+fatTbbC+cyF8n8vJKV6lK5N pImyh0Y/6E+mqlvF5pYJ9uaVoNRlJaTO5JFNepgHNOL0HashpMT9FjMTu+SdiE3N 6VP16w2LLY7sF9lWXiAIKgRMr+pnpo2n/DtzsJzbEVBcPOlUM92HeReHHcDDxQ1j u4e5iERYa8AyRfv7UzktgqVYMUlDwcm0Qk0uy9ScHIE2O3/L/kk93fsJnPWTZ99Y MDcXuYMPQTXeuLZzHg+o+WkSdDT3XEE+3UDxVDkWPtvR4CVbvDKiaS43a0l0sajy DZKVCjo9+etgkpCtGRzkYNufOQlp00rljSdbZ+EFht/g7ZKc+goN3HzoENZuiaUU zb3KtqRddSkEcz5BiuYm =L5aM -----END PGP SIGNATURE----- --Sig_/5Mn39_SXGJ4L86bW5KiabNZ--