[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180627130218.GA25804@flask>
Date: Wed, 27 Jun 2018 15:02:19 +0200
From: Radim Krčmář <rkrcmar@...hat.com>
To: LiuYang <yiqiaoxihui@....com>
Cc: avi@...hat.com, mtosatti@...hat.com, tglx@...utronix.de,
mingo@...hat.com, hpa@...or.com, x86@...nel.org,
kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] KVM: VMX: modify macro definition 'R' to 'R ' because of
gcc-5+
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@....com>
> ---
This got fixed in 2012 by b188c81f2e1a ("KVM: VMX: Make use of asm.h").
Please refresh the tree, thanks.
Powered by blists - more mailing lists