From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [kvm-unit-tests PATCH] x86/hyperv_clock: be explicit about mul instruction data size Date: Fri, 12 May 2017 17:10:38 +0200 Message-ID: <20170512151037.GA13216@potion> References: <1494532746-5555-1-git-send-email-thomas.petazzoni@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Thomas Petazzoni Return-path: Received: from mx1.redhat.com ([209.132.183.28]:50506 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932217AbdELPKl (ORCPT ); Fri, 12 May 2017 11:10:41 -0400 Content-Disposition: inline In-Reply-To: <1494532746-5555-1-git-send-email-thomas.petazzoni@free-electrons.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-05-11 21:59+0200, Thomas Petazzoni: > With gcc 4.7.2, the build fails with: > > x86/hyperv_clock.c: Assembler messages: > x86/hyperv_clock.c:21: Error: no instruction mnemonic suffix given and no register operands; can't size instruction > > In order to avoid this, make the mul instruction data size explicit by > adding the appropriate suffix. It operates on 64-bit data, so use > "mulq". > > Signed-off-by: Thomas Petazzoni > --- Applied, thanks.