Re: [PATCH 5/5] x86: Drop asmlinkage from syscalls

From: Dominik Brodowski
Date: Fri Feb 21 2020 - 02:07:34 EST


On Fri, Feb 21, 2020 at 12:09:34AM -0500, Brian Gerst wrote:
> asmlinkage is no longer required since the syscall ABI is now fully under
> x86 architecture control. This makes the 32-bit native syscalls a bit more
> effecient by passing in regs via EAX instead of on the stack.
>
> Signed-off-by: Brian Gerst <brgerst@xxxxxxxxx>
Reviewed-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx>

Thanks,
Dominik