From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH 3/8] xen/x86: Remove %z modifier from inline assembly Date: Wed, 10 Feb 2016 06:10:31 -0700 Message-ID: <56BB44D802000078000D08DE@prv-mh.provo.novell.com> References: <1455048108-5045-1-git-send-email-andrew.cooper3@citrix.com> <1455048108-5045-4-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1455048108-5045-4-git-send-email-andrew.cooper3@citrix.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org >>> On 09.02.16 at 21:01, wrote: > Clang doesn't support the %z modifier. Replace both uses with an explicit l > suffix, and cover the changes with BUILD_BUG_ON()s Ugly. Really ugly. But well - what do you do. > Signed-off-by: Andrew Cooper Acked-by: Jan Beulich