From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: tools/libxc/xc_cpuid_x86.c:cpuid()'s inline asm Date: Fri, 2 Dec 2011 16:26:55 +0100 Message-ID: <20111202152655.GA28246@aepfle.de> References: <4ED8A05A0200007800065020@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: "xen-devel@lists.xensource.com" , Jan Beulich List-Id: xen-devel@lists.xenproject.org On Fri, Dec 02, Keir Fraser wrote: > I think reg constraint failures had only been reported on 32-bit. So how > about the attached patch? + : "0" (input[0]), "1" (count), "S" (_regs) _regs is undeclared in 32bit, I think it should be regs. Olaf