From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: tools/libxc/xc_cpuid_x86.c:cpuid()'s inline asm Date: Fri, 02 Dec 2011 08:40:43 +0000 Message-ID: References: <20111202152655.GA28246@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20111202152655.GA28246@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Olaf Hering Cc: "xen-devel@lists.xensource.com" , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 02/12/2011 15:26, "Olaf Hering" wrote: > 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. Oops! Fixed! Thanks, Keir > Olaf