Dave Martin <[email protected]> writes: > Some powerpc-specific prctl backends take a task argument that is > redundant, since the only thing ever passed is "current". > > This patch gets rid of the redundant arguments. > > 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/include/asm/processor.h | 16 ++++++++-------- > arch/powerpc/kernel/process.c | 30 +++++++++++++++--------------- > kernel/sys.c | 12 ++++++------ > 3 files changed, 29 insertions(+), 29 deletions(-)
This looks fine. I'm happy for it to get tested in linux-next to shake out anything subtle. Acked-by: Michael Ellerman <[email protected]> cheers

