Re: [PATCH v5 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2018-06-14 20:50:18
Also in:
linux-efi, linux-kbuild, lkml
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2018-06-14 20:50:18
Also in:
linux-efi, linux-kbuild, lkml
On 06/13/18 14:05, Nick Desaulniers wrote:
From: "H. Peter Anvin" <redacted> i386 and x86-64 uses different registers for arguments; make them available so we don't have to #ifdef in the actual code. Native size and specified size (q, l, w, b) versions are provided. Suggested-by: Sedat Dilek <redacted> Signed-off-by: H. Peter Anvin <redacted> Signed-off-by: Nick Desaulniers <redacted>
I still object to Suggested-by: here. Sedat did a correction, which is a Reviewed-by:, but unless I'm completely out to sea, there was no suggestion on Sedat's part of this; and I had certainly not seen it when I wrote the code. -hpa