Dave Martin <[email protected]> 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 <[email protected]> > Cc: Benjamin Herrenschmidt <[email protected]> > Cc: Paul Mackerras <[email protected]> > Cc: Michael Ellerman <[email protected]> > --- > 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 <[email protected]> cheers

