Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752388AbcKGXyj (ORCPT ); Mon, 7 Nov 2016 18:54:39 -0500 Received: from mail-ua0-f181.google.com ([209.85.217.181]:33354 "EHLO mail-ua0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751932AbcKGXyg (ORCPT ); Mon, 7 Nov 2016 18:54:36 -0500 MIME-Version: 1.0 In-Reply-To: <20161107213233.754809394@goodmis.org> References: <20161107212634.529267342@goodmis.org> <20161107213233.754809394@goodmis.org> From: Andy Lutomirski Date: Mon, 7 Nov 2016 15:54:14 -0800 Message-ID: Subject: Re: [RFC][ATCH 3/3] syscalls: Remove start and number from syscall_get_arguments() args To: Steven Rostedt Cc: "linux-kernel@vger.kernel.org" , Linus Torvalds , Ingo Molnar , Andrew Morton , Roland McGrath , Oleg Nesterov , linux-arch , Peter Zijlstra Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 436 Lines: 14 On Mon, Nov 7, 2016 at 1:26 PM, Steven Rostedt wrote: > From: Steven Rostedt > > 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 Although I wonder why this takes a task argument.