Re: [PATCH v4 04/13] x86/fsgsbase/64: Add intrinsics/macros for FSGSBASE instructions

From: Andi Kleen
Date: Thu Jan 17 2019 - 00:09:25 EST


> +#ifdef CONFIG_X86_64
> +
> +#include <asm/inst.h>
> +
> +.macro RDGSBASE opd

The caller can now use the assembler instructions directly, so the macros
are not needed anymore.

-Andi