Re: [PATCH 02/15] powerpc/cell: Move data segment faulting code out of cell platform
From: Michael Neuling <hidden>
Date: 2014-09-26 11:19:46
Also in:
lkml
From: Michael Neuling <hidden>
Date: 2014-09-26 11:19:46
Also in:
lkml
On Fri, 2014-09-26 at 14:05 +1000, Anton Blanchard wrote:
quoted
From: Ian Munsie <redacted> =20 __spu_trap_data_seg() currently contains code to determine the VSID and ESID required for a particular EA and mm struct. =20 This code is generically useful for other co-processors. This moves the code of the cell platform so it can be used by other powerpc code.=20 Could we also mention: =20 and adds 1TB segment support.
Good point. I'll add.
quoted
Signed-off-by: Ian Munsie <redacted> Signed-off-by: Michael Neuling <redacted>=20 Reviewed-by: Anton Blanchard <redacted>
Thanks, Mikey