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