Re: [PATCH] KVM: VMX: modify macro definition 'R' to 'R ' because of gcc-5+

From: Radim KrÄmÃÅ
Date: Wed Jun 27 2018 - 09:02:27 EST


2018-06-26 20:59+0800, LiuYang:
> GCC 5.4.0 enables raw strings by default and they have higher priority
> than macros, thus R is interpreted incorrectly.
> Fix it by putting a space between macro R and a string literal.
>
> Signed-off-by: LiuYang <yiqiaoxihui@xxxxxxx>
> ---

This got fixed in 2012 by b188c81f2e1a ("KVM: VMX: Make use of asm.h").

Please refresh the tree, thanks.