Re: [RFC PATCH 07/11] powerpc: Move arch-specific prctls out of core code

From: Michael Ellerman
Date: Mon May 14 2018 - 23:06:38 EST


Dave Martin <Dave.Martin@xxxxxxx> writes:

> This patch moves the powerpc-specific prctl call implementations
> out of core code and removes redundant boilerplate associated with
> them.
>
> No functional change.
>
> Signed-off-by: Dave Martin <Dave.Martin@xxxxxxx>
> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
> Cc: Paul Mackerras <paulus@xxxxxxxxx>
> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
> ---
> arch/powerpc/Kconfig | 1 +
> arch/powerpc/include/asm/processor.h | 6 ------
> arch/powerpc/kernel/syscalls.c | 17 +++++++++++++++++
> kernel/sys.c | 24 ------------------------
> 4 files changed, 18 insertions(+), 30 deletions(-)

This also looks OK to me.

Acked-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx>

cheers