Re: [PATCH v2 4/8] x86, syscalls: Refactor SYS_NI macros

From: Dominik Brodowski
Date: Tue Feb 25 2020 - 16:20:03 EST


On Mon, Feb 24, 2020 at 01:17:53PM -0500, Brian Gerst wrote:
> Pull the common code out from the SYS_NI macros into a new __SYS_NI macro.
> Also conditionalize the X64 version in preparation for enabling syscall
> wrappers on 32-bit native kernels.

Same comment about naming; looks good otherwise.

Thanks,
Dominik