Re: [PATCH v3 3/8] x86, syscalls: Refactor COND_SYSCALL macros

From: Andy Lutomirski
Date: Fri Feb 28 2020 - 13:36:45 EST


On Thu, Feb 27, 2020 at 5:28 AM Brian Gerst <brgerst@xxxxxxxxx> wrote:
>
> Pull the common code out from the COND_SYSCALL macros into a new
> __COND_SYSCALL macro. Also conditionalize the X64 version in preparation
> for enabling syscall wrappers on 32-bit native kernels.

Reviewed-by: Andy Lutomirski <luto@xxxxxxxxxx>