Re: [PATCH 5/6 v3] syscalls: Remove start and number from syscall_get_arguments() args

From: Steven Rostedt
Date: Thu Apr 04 2019 - 17:06:17 EST


On Thu, 4 Apr 2019 21:17:58 +0300
"Dmitry V. Levin" <ldv@xxxxxxxxxxxx> wrote:

> There are several places listed below where I'd prefer to see more readable
> equivalents, but feel free to leave it to respective arch maintainers.

I was going to do similar changes, but figured I'd do just that (let
the arch maintainers further optimize the code). I made this more about
fixing the interface and less about the optimization and clean ups that
it can allow.

-- Steve