Re: [PATCH 09/16] sparc64: use the generic get_user_pages_fast code

From: Khalid Aziz
Date: Tue Jun 11 2019 - 15:41:06 EST


On 6/11/19 8:40 AM, Christoph Hellwig wrote:
> The sparc64 code is mostly equivalent to the generic one, minus various
> bugfixes and two arch overrides that this patch adds to pgtable.h.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---
> arch/sparc/Kconfig | 1 +
> arch/sparc/include/asm/pgtable_64.h | 18 ++
> arch/sparc/mm/Makefile | 2 +-
> arch/sparc/mm/gup.c | 340 ----------------------------
> 4 files changed, 20 insertions(+), 341 deletions(-)
> delete mode 100644 arch/sparc/mm/gup.c
>

Reviewed-by: Khalid Aziz <khalid.aziz@xxxxxxxxxx>