Re: [RFC][ATCH 3/3] syscalls: Remove start and number from syscall_get_arguments() args

From: Andy Lutomirski
Date: Mon Nov 07 2016 - 18:54:42 EST


On Mon, Nov 7, 2016 at 1:26 PM, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> From: Steven Rostedt <rostedt@xxxxxxxxxxx>
>

> diff --git a/arch/x86/include/asm/syscall.h b/arch/x86/include/asm/syscall.h
> index e3c95e8e61c5..050891169b51 100644
> --- a/arch/x86/include/asm/syscall.h
> +++ b/arch/x86/include/asm/syscall.h

x86 part is:

Reviewed-by: Andy Lutomirski <luto@xxxxxxxxxx>

Although I wonder why this takes a task argument.